summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-09-02 02:41:17 +0200
committerJonas Smedegaard <dr@jones.dk>2010-09-02 02:41:17 +0200
commit6757760a1c89bd0d645718f772453e305c8d83b0 (patch)
treea4e93f117b33147c39d528392f23dd35a819916c
parentc5f286a8a413053ae787e412ed4ad0ed626f9377 (diff)
Fix update topbar, sidebar and farbar to be class (not id) to match change in Ikiwiki 3.x.
-rw-r--r--local.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/local.css b/local.css
index 44488a9..b1cbddb 100644
--- a/local.css
+++ b/local.css
@@ -29,7 +29,7 @@ DIV#branding-logo a {
color: white;
font-weight: bold;
}
-DIV#topbar,
+DIV.topbar,
DIV.pagerights,
DIV.pagedate {
margin: 0 5%;
@@ -39,7 +39,7 @@ DIV.pagedate {
text-align: right;
font-size: small;
}
-DIV#topbar P,
+DIV.topbar P,
DIV.pagerights P,
DIV.pagedate P {
line-height: 1.2em;
@@ -55,14 +55,14 @@ DIV#content {
background-repeat: no-repeat;
background-position: 80%;
}
-DIV#sidebar {
+DIV.sidebar {
float: left;
background-color: inherit;
width: 15%;
margin-left: -100%;
text-align: right;
}
-DIV#farbar {
+DIV.farbar {
float: left;
width: 10%;
margin-left: -10%;