ikiwiki versions before
commit
baaa848f6c06b0b3a59677d3551e130c65e5fde7
Author: Joey Hess <joey@gnu.kitenet.net>
Date: Thu Apr 15 15:04:17 2010 -0400
use id="sidebar" (newer version use class="sidebar"), so we repeat the
sidebar styling with
.sidebar -> #sidebar
Now this style sheet will work with both versions.
Note that we also adjust #sidebar's padding, since that changed as
well.
commit
5143d790b023f7f04ebdf694225b2946af676503
Author: Joey Hess <joey@gnu.kitenet.net>
Date: Thu Apr 15 16:08:33 2010 -0400
.actions ul { border: none; padding-bottom: 0px; font-family: sans-serif;}
#footer { border: none; font-family: sans-serif;}
-#sidebar {
+.sidebar {
border: solid;
border-width: 1px;
padding: 0;
border: 1px solid;
border-color: #aaa;
background: #eee;
- width: 16ex;
+ width: 18ex;
}
.sidebar ul {
width: auto;
margin-bottom: 1em;
}
+
+#sidebar {
+ border: solid;
+ border-width: 1px;
+ padding: 0ex 2ex;
+ margin-top: 15px;
+ border: 1px solid;
+ border-color: #aaa;
+ background: #eee;
+ width: 18ex;
+}
+
+#sidebar ul {
+ margin-left: 0;
+ padding: 0;
+ list-style-type: none;
+}
+
+#sidebar ul ul {
+ padding-left: 1em;
+}
+
+#sidebar .pagecloud {
+ float: none;
+ width: auto;
+ margin-bottom: 1em;
+}