disable feeds in raw mode
[git.ikiwiki.info.git] / doc / style.css
index be86a081870be1ff1b48eb6d194e253535d14044..80b76b26c791687170c67a2b90982c73a96f7c00 100644 (file)
@@ -82,6 +82,14 @@ div.tags {
        text-align: center;
 }
 
+.align-left {
+       float:left;
+}
+
+.align-right {
+       float:right;
+}
+
 #backlinks {
        margin-top: 1em;
 }
@@ -220,9 +228,9 @@ div.recentchanges {
 .bigPC { font-size: 115%; }
 .biggestPC { font-size: 130%; }
 
-#sidebar {
+.sidebar {
        line-height: 3ex;
-       width: 20ex;
+       width: 30ex;
        float: right;
        margin-left: 40px;
        margin-bottom: 40px;