diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2012-01-06 23:58:43 +0100 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2012-01-06 23:58:43 +0100 |
commit | 242509239fddf9ebb904dc9c174da522f3bdc8b7 (patch) | |
tree | 3fbe1acafec60a2c1352d5044f081256e5d6abed /docs/source | |
parent | b957cba0cb9b6de33f9d50001a381ea94d9de57a (diff) | |
download | mediagoblin-242509239fddf9ebb904dc9c174da522f3bdc8b7.tar.lz mediagoblin-242509239fddf9ebb904dc9c174da522f3bdc8b7.tar.xz mediagoblin-242509239fddf9ebb904dc9c174da522f3bdc8b7.zip |
New docs logo, small css changes
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/themes/mg/static/logo_docs.png | bin | 6522 -> 6626 bytes | |||
-rw-r--r-- | docs/source/themes/mg/static/mg.css | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/source/themes/mg/static/logo_docs.png b/docs/source/themes/mg/static/logo_docs.png Binary files differindex 92879965..99f04cc7 100644 --- a/docs/source/themes/mg/static/logo_docs.png +++ b/docs/source/themes/mg/static/logo_docs.png diff --git a/docs/source/themes/mg/static/mg.css b/docs/source/themes/mg/static/mg.css index 3a0a1336..3fa842cd 100644 --- a/docs/source/themes/mg/static/mg.css +++ b/docs/source/themes/mg/static/mg.css @@ -109,7 +109,7 @@ div.documentwrapper { } div.bodywrapper { - margin: 60px 0 0 230px; + margin: 0 0 0 270px; } div.body { @@ -124,7 +124,7 @@ div.footer { } div.sphinxsidebarwrapper { - padding: 10px 5px 0 20px; + padding: 10px 5px 0 30px; } div.sphinxsidebar ul { @@ -141,5 +141,5 @@ div.related { } p.logo { - margin-bottom: 20px; + margin-top: 30px; } |