summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--local.css16
1 files changed, 8 insertions, 8 deletions
diff --git a/local.css b/local.css
index 8bbdde5..9fdeb32 100644
--- a/local.css
+++ b/local.css
@@ -25,7 +25,7 @@ IMG {
vertical-align:text-top;
}
-DIV#container {
+DIV.page {
background-color: White;
margin: 10px 5%;
border-radius: 0 20px 0 0;
@@ -48,7 +48,7 @@ DIV.header A {
text-decoration: none;
}
-DIV#sidebar {
+DIV.sidebar {
float: left;
margin-top: 6em;
margin-left: 2%;
@@ -58,25 +58,25 @@ DIV#sidebar {
text-transform: lowercase;
font-weight: bold;
}
-DIV#sidebar UL {
+DIV.sidebar UL {
margin: 0px;
padding: 0px;
}
-DIV#sidebar UL LI {
+DIV.sidebar UL LI {
line-height: 2;
list-style-type: none;
}
-DIV#sidebar UL LI SPAN.selflink {
+DIV.sidebar UL LI SPAN.selflink {
color: #c03;
}
-DIV#sidebar UL UL LI {
+DIV.sidebar UL UL LI {
margin-left: 10%;
}
-DIV#sidebar A {
+DIV.sidebar A {
text-decoration: none;
}
-DIV#wrapper {
+DIV#pagebody {
float: right;
width: 80%;
}