From 4abfdc744a1b0094b8df5a53939482847c50e474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 27 Jul 2012 12:42:50 +0200 Subject: [PATCH] font tweaking --- source/stylesheets/site.css.scss | 55 ++++++++++++++++---------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/source/stylesheets/site.css.scss b/source/stylesheets/site.css.scss index 35cae52..43d84c1 100644 --- a/source/stylesheets/site.css.scss +++ b/source/stylesheets/site.css.scss @@ -24,7 +24,6 @@ body { padding-left: 10px; padding-right:10px; font-size: 1.1em; - font-weight:bold; } #pagetitle { @@ -35,32 +34,6 @@ body { margin-bottom: 2.5em; } -a { - text-decoration:none; - &:hover { - font-weight:bold; - } -} - -header { - line-height: 190%; - a { - margin-right: 10px; - } - margin-bottom: 1em; -} - -footer { - @include grid(12); - padding-left: 15px; -} - - -[class^="icon-"], -[class*="icon-"] { - list-style-type: none; -} - .container { @include grid_container; @include clearfix; @@ -82,3 +55,31 @@ footer { } } } + +a { + text-decoration:none; + &:hover { + font-weight:bold; + letter-spacing:-0.0565em; + } +} + +header { + line-height: 190%; + a { + margin-right: 10px; + } + margin-bottom: 1em; +} + +footer { + @include grid(12); + padding-left: 15px; +} + + +[class^="icon-"], +[class*="icon-"] { + list-style-type: none; +} +