From e48310994bd5221b2d7216f3ebdcdf5d7d724a2b Mon Sep 17 00:00:00 2001 From: Colin Leitner Date: Fri, 21 Sep 2007 16:46:22 +0200 Subject: Added the SVG logo and included it into the sidebar. --- local.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'local.css') 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 { -- cgit v1.2.3