From e8448f3acb2b5b0d5eb526fa56cb6748b199b0c9 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 6 May 2011 19:19:16 +0200 Subject: Drop (now) superfluous font styling. --- local.scss | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/local.scss b/local.scss index 2cc36f7..bcbbd7b 100644 --- a/local.scss +++ b/local.scss @@ -31,7 +31,7 @@ h2 { } a { - font-weight: normal; + font-weight: inherit; text-decoration: none; } @@ -41,7 +41,6 @@ a:hover { em { color: black; - font-style: normal; font-weight: bold; } @@ -107,12 +106,8 @@ div.topbar { margin: 0; padding: 0; text-align: center; - width: 100%; -} - -div.topbar a { - text-decoration: none; font-weight: bold; + width: 100%; } div.topbar ul { @@ -121,14 +116,12 @@ div.topbar ul { margin-top: 0; margin-bottom: 0; font-size: 1.2em; - font-weight: bold; line-height: 2.5em; } div.topbar ul li { display: inline; color: $link_color; - font-weight: bold; margin: 0 4em 0 0; } @@ -172,7 +165,6 @@ div.sidebar { div.sidebar ul { margin: 0px; padding: 0px; - text-transform: none; font-weight: bold; } @@ -190,9 +182,7 @@ div.sidebar ul ul li { } div.sidebar a { - text-decoration: none; color: black; - font-weight: bold; } div.sidebar A:hover { -- cgit v1.2.3