summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css25
1 files changed, 16 insertions, 9 deletions
diff --git a/local.css b/local.css
index cfeb287..b0f8a02 100644
--- a/local.css
+++ b/local.css
@@ -29,7 +29,8 @@ DIV#footer {
font-size: 80%;
}
-DIV#topbar {
+DIV#topbar,
+DIV.topbar {
float: right;
margin: 0;
padding: 0;
@@ -37,35 +38,41 @@ DIV#topbar {
width: 75%;
}
-DIV#topbar a {
+DIV#topbar a,
+DIV.topbar a {
text-decoration: none;
}
-DIV#topbar ul {
+DIV#topbar ul,
+DIV.topbar ul {
list-style-type: none;
padding: 0;
}
-DIV#topbar ul li {
+DIV#topbar ul li,
+DIV.topbar ul li {
display: inline;
margin: 0 5%;
}
-DIV#sidebar {
+DIV#sidebar,
+DIV.sidebar {
margin: 4em 2em 2em;
padding: 1em;
-
}
-DIV#sidebar ul li {
+DIV#sidebar ul li,
+DIV.sidebar ul li {
list-style-type: none;
}
-DIV#sidebar ul li SPAN.selflink {
+DIV#sidebar ul li SPAN.selflink,
+DIV.sidebar ul li SPAN.selflink {
color: darkgreen;
}
-DIV#sidebar a {
+DIV#sidebar a,
+DIV.sidebar a {
text-decoration: none;
}