summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiri Reiter <siri@jones.dk>2010-09-02 20:59:33 +0200
committerSiri Reiter <siri@jones.dk>2010-09-02 20:59:33 +0200
commit7df12a30e62b8b8048867620e1a5a792fccf1baf (patch)
tree4b97989919ae6343bea6cfdbe395a4d8ce3a777d
parentfa7d782a88dbf0c99c172764128c3ba7ebd7f184 (diff)
Style: Drop backwards-compatibility with Ikiwiki 2.x.
-rw-r--r--local.css14
1 files changed, 0 insertions, 14 deletions
diff --git a/local.css b/local.css
index c86f7f05..f8790340 100644
--- a/local.css
+++ b/local.css
@@ -65,7 +65,6 @@ DIV#branding {
right: 3%;
}
-DIV#topbar,
DIV.topbar {
float: right;
background-color: #9cf;
@@ -75,14 +74,12 @@ DIV.topbar {
width: 100%;
}
-DIV#topbar a,
DIV.topbar a {
text-decoration: none;
color: #06c;
font-weight: bold;
}
-DIV#topbar ul.
DIV.topbar ul {
list-style-type: none;
padding: 0;
@@ -93,7 +90,6 @@ DIV.topbar ul {
line-height: 2.5em;
}
-DIV#topbar ul li,
DIV.topbar ul li {
display: inline;
color: #06c;
@@ -101,12 +97,10 @@ DIV.topbar ul li {
margin: 0 3em;
}
-DIV#topbar a:hover,
DIV.topbar a:hover {
color: white;
}
-DIV#topbar span.selflink,
DIV.topbar span.selflink {
color: white;
}
@@ -119,7 +113,6 @@ FORM#searchform {
top: 5px;
}
-DIV#wrapper,
DIV#pagebody {
float: right;
width: 80%;
@@ -131,7 +124,6 @@ DIV#content {
max-width: 55em;
}
-DIV#sidebar,
DIV.sidebar {
float: left;
border: none;
@@ -141,7 +133,6 @@ DIV.sidebar {
padding: 0 0 0 1%;
}
-DIV#sidebar UL,
DIV.sidebar UL {
margin: 0px;
padding: 0px;
@@ -149,30 +140,25 @@ DIV.sidebar UL {
font-weight: bold;
}
-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: #06c;
}
-DIV#sidebar UL UL LI,
DIV.sidebar UL UL LI {
margin-left: 10%;
}
-DIV#sidebar A,
DIV.sidebar A {
text-decoration: none;
color: black;
font-weight: bold;
}
-DIV#sidebar A:hover
DIV.sidebar A:hover {
text-decoration: underline;
color: #06c;