diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 14:53:46 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-02-27 14:53:46 +0100 |
commit | bb3866014f7e8397c8240c818622282107db4597 (patch) | |
tree | 6c7743776d67b2596fda3020b0c69142b239e118 | |
parent | de90867cf6bbcad37ddb3fe05b241c2d04caa602 (diff) |
-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%; } |