From: Joey Hess Date: Thu, 15 Apr 2010 19:38:23 +0000 (-0400) Subject: increase sidebar width from 20 to 30 ex X-Git-Tag: 3.20100427~159 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3fbc9e411eec34361e711813e09a516e1fb62e03;p=ikiwiki.git increase sidebar width from 20 to 30 ex This makes it big enough to fit a month calendar. --- diff --git a/doc/style.css b/doc/style.css index af0fc230c..80b76b26c 100644 --- a/doc/style.css +++ b/doc/style.css @@ -230,7 +230,7 @@ div.recentchanges { .sidebar { line-height: 3ex; - width: 20ex; + width: 30ex; float: right; margin-left: 40px; margin-bottom: 40px;