summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2011-05-06 19:19:16 +0200
committerJonas Smedegaard <dr@jones.dk>2011-05-06 19:19:16 +0200
commite8448f3acb2b5b0d5eb526fa56cb6748b199b0c9 (patch)
treea57ed80f2ec5f18292d87a6f06e8728eea526a76
parentc8cfe4b42835f96b9ce11044de432657686b4d9c (diff)
Drop (now) superfluous font styling.
-rw-r--r--local.scss14
1 files 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 {