diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2010-04-15 15:04:17 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2010-04-15 15:04:17 -0400 |
commit | baaa848f6c06b0b3a59677d3551e130c65e5fde7 (patch) | |
tree | 4a822254fefde98660401d224054e60aae5531c4 /doc/style.css | |
parent | 691dab03069f452b95f2319f9dcc52a27c9ff7b2 (diff) | |
download | ikiwiki-baaa848f6c06b0b3a59677d3551e130c65e5fde7.tar ikiwiki-baaa848f6c06b0b3a59677d3551e130c65e5fde7.tar.gz |
CSS and templates for sidebar changed to use a class, not an id.
Multiple sidebars should be possible; also, I want to add a sidebar
template.
Diffstat (limited to 'doc/style.css')
-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 317d4c7aa..af0fc230c 100644 --- a/doc/style.css +++ b/doc/style.css @@ -228,7 +228,7 @@ div.recentchanges { .bigPC { font-size: 115%; } .biggestPC { font-size: 130%; } -#sidebar { +.sidebar { line-height: 3ex; width: 20ex; float: right; |