summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2010-06-08 10:34:13 +0000
committerThomas Schwinge <thomas@schwinge.name>2010-06-08 15:14:05 +0000
commit6b1c0573eaff7d22f625452cfbfe2967c0647ea2 (patch)
tree1d127c03c80a354397f3d4b5b665d17510bcb933 /local.css
parent424bec71b3adfa77d9874dd60b3d3f995a4ae1df (diff)
Update to ikiwiki b10d353490197b576ef7bf2e8bf8016039efbd2d.
Diffstat (limited to 'local.css')
-rw-r--r--local.css17
1 files changed, 8 insertions, 9 deletions
diff --git a/local.css b/local.css
index a275bc07..d705f3b4 100644
--- a/local.css
+++ b/local.css
@@ -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;