diff options
-rw-r--r-- | local.css | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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%; } |