diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-15 15:38:23 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-15 15:38:23 -0400 |
commit | 3fbc9e411eec34361e711813e09a516e1fb62e03 (patch) | |
tree | 70d1f5bae73f6162ee0ad4429ba10bb2c5fc1e35 /doc | |
parent | c50d218916d28f6ee1f1ad2b2280e4dd8c90dc1b (diff) | |
download | ikiwiki-3fbc9e411eec34361e711813e09a516e1fb62e03.tar ikiwiki-3fbc9e411eec34361e711813e09a516e1fb62e03.tar.gz |
increase sidebar width from 20 to 30 ex
This makes it big enough to fit a month calendar.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; |