summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
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
{