From 1d499303638b7dd23d4a03854d68260563dec7bc Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Tue, 5 Jan 2016 20:57:39 +0100 Subject: New two-color logo --- xreadthedocs/css/theme_extra.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'xreadthedocs/css') 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; +} -- cgit v1.2.3