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; +} +