summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorColin Leitner <colin.leitner@gmx.net>2007-09-21 16:46:22 +0200
committerThomas Schwinge <tschwinge@gnu.org>2007-09-21 16:56:15 +0200
commite48310994bd5221b2d7216f3ebdcdf5d7d724a2b (patch)
treede5574522e10b1e38654e91a4bea98f6aa3c3dd7 /local.css
parent3da3ea6018dabd7a09ab60bb8f7f80851f5ebc8b (diff)
Added the SVG logo and included it into the sidebar.
Diffstat (limited to 'local.css')
-rw-r--r--local.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/local.css b/local.css
index fd827702..384309bb 100644
--- a/local.css
+++ b/local.css
@@ -101,7 +101,12 @@ pre + *
{
padding-left: 2.5ex;
}
-
+/* Make the logo appear centered */
+#sidebar img {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+}
.table_style_1
{