diff options
author | Jakob Unterwurzacher | 2016-01-05 20:57:39 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2016-01-05 20:57:39 +0100 |
commit | 1d499303638b7dd23d4a03854d68260563dec7bc (patch) | |
tree | 6cd140e4e720ec1c21121000b0f28f1964cb2706 /xreadthedocs/css | |
parent | ae4c5812df1f06e6ff0e1e82c54cca1c4f444c7e (diff) |
New two-color logo
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; +} |