diff options
author | Hugo Lima <hugo.lima@openbossa.org> | 2009-10-21 17:01:57 -0200 |
---|---|---|
committer | Hugo Lima <hugo.lima@openbossa.org> | 2009-10-21 17:01:57 -0200 |
commit | 8fd38fe9fcb176441e34cad2a3094301c33080f5 (patch) | |
tree | bbb867e8af19d99bc2ef82c0273c4c2b0751dbad | |
parent | d1af6dc97bbf18577c7a3c4e7a505d1596473cd9 (diff) | |
download | generatorrunner-8fd38fe9fcb176441e34cad2a3094301c33080f5.tar.gz generatorrunner-8fd38fe9fcb176441e34cad2a3094301c33080f5.tar.xz generatorrunner-8fd38fe9fcb176441e34cad2a3094301c33080f5.zip |
Fixed the openbossa logo on the pysidedocs theme.
-rw-r--r-- | doc/_themes/pysidedocs/static/logo_openbossa.png | bin | 5845 -> 4702 bytes | |||
-rw-r--r-- | doc/_themes/pysidedocs/static/pysidedocs.css | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/_themes/pysidedocs/static/logo_openbossa.png b/doc/_themes/pysidedocs/static/logo_openbossa.png Binary files differindex a3099e3..51e868d 100644 --- a/doc/_themes/pysidedocs/static/logo_openbossa.png +++ b/doc/_themes/pysidedocs/static/logo_openbossa.png diff --git a/doc/_themes/pysidedocs/static/pysidedocs.css b/doc/_themes/pysidedocs/static/pysidedocs.css index 7a38536..5ae3923 100644 --- a/doc/_themes/pysidedocs/static/pysidedocs.css +++ b/doc/_themes/pysidedocs/static/pysidedocs.css @@ -44,6 +44,11 @@ strong { width: 100%; } +#footer img { + margin-left: 8px; + margin-right: 8px; +} + #sidebar { float: left; width: 250px; |