diff options
author | Colin Leitner <colin.leitner@gmx.net> | 2007-09-21 16:46:22 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-09-21 16:56:15 +0200 |
commit | e48310994bd5221b2d7216f3ebdcdf5d7d724a2b (patch) | |
tree | de5574522e10b1e38654e91a4bea98f6aa3c3dd7 /local.css | |
parent | 3da3ea6018dabd7a09ab60bb8f7f80851f5ebc8b (diff) | |
download | web-e48310994bd5221b2d7216f3ebdcdf5d7d724a2b.tar.gz web-e48310994bd5221b2d7216f3ebdcdf5d7d724a2b.tar.bz2 web-e48310994bd5221b2d7216f3ebdcdf5d7d724a2b.zip |
Added the SVG logo and included it into the sidebar.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 { |