diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-06-08 10:34:13 +0000 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-06-08 15:14:05 +0000 |
commit | 6b1c0573eaff7d22f625452cfbfe2967c0647ea2 (patch) | |
tree | 1d127c03c80a354397f3d4b5b665d17510bcb933 /local.css | |
parent | 424bec71b3adfa77d9874dd60b3d3f995a4ae1df (diff) | |
download | web-6b1c0573eaff7d22f625452cfbfe2967c0647ea2.tar.gz web-6b1c0573eaff7d22f625452cfbfe2967c0647ea2.tar.bz2 web-6b1c0573eaff7d22f625452cfbfe2967c0647ea2.zip |
Update to ikiwiki b10d353490197b576ef7bf2e8bf8016039efbd2d.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -1,6 +1,6 @@ /* ikiwiki local style sheet - Copyright © 2007, 2008, 2009 Free Software Foundation, Inc. + Copyright © 2007, 2008, 2009, 2010 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later @@ -138,7 +138,7 @@ a:hover padding: 0.5em; } -#sidebar +.sidebar { background-color: #f0f0f0; } @@ -159,25 +159,24 @@ a:hover } -/* Variable width. */ -#sidebar +/* Placement. */ +.sidebar { width: auto; - /* ikiwiki's default for `width'. */ - min-width: 20ex; + margin-left: 20px; } /* Less indentation for list items. */ -#sidebar ul +.sidebar ul { padding-left: 2ex; } -#sidebar ul ul +.sidebar ul ul { padding-left: 2.5ex; } /* Make the logo appear centered */ -#sidebar img { +.sidebar img { display: block; margin-left: auto; margin-right: auto; |