summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-02-27 14:53:46 +0100
committerJonas Smedegaard <dr@jones.dk>2015-02-27 14:53:46 +0100
commitbb3866014f7e8397c8240c818622282107db4597 (patch)
tree6c7743776d67b2596fda3020b0c69142b239e118
parentde90867cf6bbcad37ddb3fe05b241c2d04caa602 (diff)
Modernize styling: Adapt to renamed DIVs in newer Ikiwiki templates.HEADmaster
-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%;
}