diff options
Diffstat (limited to 'xreadthedocs/css')
-rw-r--r-- | xreadthedocs/css/theme_extra.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/xreadthedocs/css/theme_extra.css b/xreadthedocs/css/theme_extra.css index 046cf33..24a4280 100644 --- a/xreadthedocs/css/theme_extra.css +++ b/xreadthedocs/css/theme_extra.css @@ -179,3 +179,23 @@ div.builtwith a { bottom: -6px; margin-right: 8px; } + +div.logo { + text-align: center; + padding: 10px; +} + +div.logo img { + width: 236px; +} + +nav.wy-nav-top img { + height: auto; + width: auto; + background-color: transparent; + border-radius: 0; +} + +nav.wy-nav-top i { + font-size: 60px; +} |