]> sipb.mit.edu Git - ikiwiki.git/commitdiff
increase sidebar width from 20 to 30 ex
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 15 Apr 2010 19:38:23 +0000 (15:38 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 15 Apr 2010 19:38:23 +0000 (15:38 -0400)
This makes it big enough to fit a month calendar.

doc/style.css

index af0fc230cf53956aff3a136785c5d3bb8cdc95db..80b76b26c791687170c67a2b90982c73a96f7c00 100644 (file)
@@ -230,7 +230,7 @@ div.recentchanges {
 
 .sidebar {
        line-height: 3ex;
-       width: 20ex;
+       width: 30ex;
        float: right;
        margin-left: 40px;
        margin-bottom: 40px;