From 94a948d9624b8b164d9a2ce4d4156cb25734f218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCller?= Date: Sun, 5 Oct 2014 20:25:37 +0200 Subject: [PATCH] stylings refactoring --- resources/public/styles/main.less | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/resources/public/styles/main.less b/resources/public/styles/main.less index 20b7975..36d6d44 100644 --- a/resources/public/styles/main.less +++ b/resources/public/styles/main.less @@ -40,7 +40,6 @@ border-radius: 3px; .thin-border; } - a { color: @link_fresh; text-decoration: none; @@ -109,11 +108,11 @@ html, body { } h1, h2, h3, h4, h5, h6 { font-weight: bold; + font-family: @header_font,'Noticia Text','PT Serif','Georgia'; } #hero h1 { font-size: 2.5em; } - #hero h2 { .helvetica; margin: 2em; @@ -169,9 +168,6 @@ textarea { margin-top: 3em; margin-bottom: 3em; } -h1, h2, h3, h4, h5, h6 { - font-family: @header_font,'Noticia Text','PT Serif','Georgia'; -} table { width: 100%; border-collapse: collapse;