]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - basewiki/style.css
remove maxdepth, it can be accomplished by pagespec like ".. and !*/*/*/*"
[git.ikiwiki.info.git] / basewiki / style.css
index 3f8547e95924ce5d6fa9a7f36abd8b39295e35af..b975c89f2c38d80ad3cca4135160b9e23b0fadea 100644 (file)
@@ -3,6 +3,7 @@
        font-size: 22px;
        font-weight: bold;
        line-height: 1em;
+       display: block;
 }
 
 .author {
@@ -128,3 +129,12 @@ td.changelog {
 .normalPC { font-size: 100%; }
 .bigPC { font-size: 115%; }
 .biggestPC { font-size: 130%; }
+
+#sidebar {
+       line-height: 3ex;
+       width: 20ex;
+       float: right;
+       margin-left: 40px;
+       margin-bottom: 40px;
+       padding: 2ex 2ex;
+}