summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2009-03-25 00:19:33 +0100
committerSiri Reiter <siri@jones.dk>2009-03-25 00:19:33 +0100
commitf36431969f0b88a10361573e14be8a4ca994246e (patch)
treeda50a5db5655dd1aed425259523dab7ad96d20e6
parent9fd4ab3a89e1c0a03c8f59e92c572cad01c1c3ca (diff)
Links in topbar and sidebar (lists) bold.
-rw-r--r--local.css15
1 files changed, 11 insertions, 4 deletions
diff --git a/local.css b/local.css
index 663d604f..aadfffce 100644
--- a/local.css
+++ b/local.css
@@ -42,20 +42,27 @@ DIV#topbar {
background-color: LightBlue;
text-align: center;
text-transform: uppercase;
- font-weight: bold;
}
+
DIV#topbar p {
float: left;
}
+
+DIV#topbar a {
+ font-weight: bold;
+}
+
DIV#topbar ul {
list-style-type:none;
margin: 66px 0 0;
padding: 0;
}
+
DIV#topbar ul li {
display:inline;
margin: 0 20px;
}
+
DIV#topbar li,
DIV#topbar ul,
DIV#topbar ul li,
@@ -65,7 +72,7 @@ DIV#topbar ol li {
line-height: 2em;
}
-div#pageinfo {
+DIV#pageinfo {
border-top: 0;
padding: 1em;
}
@@ -81,8 +88,7 @@ DIV#sidebar {
float: left;
}
-DIV#sidebar ul li {
- list-style-type: none;
+DIV#sidebar ul li a {
}
DIV#sidebar ul li SPAN.selflink {
@@ -90,6 +96,7 @@ DIV#sidebar ul li SPAN.selflink {
}
DIV#sidebar a {
+ font-weight: bold;
text-decoration: none;
}