diff options
-rw-r--r-- | local.css | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -21,20 +21,20 @@ A:hover { text-decoration: underline; } -#container { +DIV#container { background-color: White; margin: 10px 5%; } -#branding-logo { +DIV#branding-logo { float: right; margin: opx; } -div.header { +DIV.header { font-size: 70%; } -div.header SPAN { +DIV.header SPAN { text-transform: lowercase; font-family: sans-serif; } @@ -42,7 +42,7 @@ DIV.header A { text-decoration: none; } -#sidebar { +DIV#sidebar { float: left; margin-top: 6em; margin-left: 5%; @@ -53,25 +53,25 @@ DIV.header A { font-family: sans-serif; font-weight: bold; } -#sidebar UL { +DIV#sidebar UL { margin: 0px; padding: 0px; } -#sidebar UL LI { +DIV#sidebar UL LI { line-height: 2; list-style-type: none; } -#sidebar UL LI SPAN.selflink { +DIV#sidebar UL LI SPAN.selflink { color: #c03; } -#sidebar UL UL LI { +DIV#sidebar UL UL LI { margin-left: 15%; } DIV#sidebar A { text-decoration: none; } -#content { +DIV#content { float: right; width: 70%; line-height: 3ex; @@ -79,7 +79,7 @@ DIV#sidebar A { margin-right: 8%; } -blockquote { +BLOCKQUOTE { background-color: LightGrey; } @@ -102,6 +102,6 @@ DIV#frieze UL LI { display:inline; } -#pageinfo { +DIV#pageinfo { border: 0; } |