From 774f0bf84e815591fc2b11d55d5dfa21e1fd63b3 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Wed, 16 Jan 2013 17:45:41 -0500 Subject: Revert previous ("Sphinx doc: consolidate...") This reverts commit 87634edc472cebde4a37d002b7006ed38a1b25c2. That commit is not neutral with respect to the rendering of the HTML, and causes the version built with the logo to look unacceptably disordered. --- doc/_static/kerb.css | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'doc/_static') diff --git a/doc/_static/kerb.css b/doc/_static/kerb.css index 4a17f8fda..1eeebb71d 100644 --- a/doc/_static/kerb.css +++ b/doc/_static/kerb.css @@ -31,13 +31,12 @@ div.header-wrapper { div.header { padding-top: 10px; - padding-bottom: 0px; + padding-bottom: 10px; } -div.header h1 a { - color: #5d1509; - font-size: 120%; - padding-top: 10px; +div.header h1 { + font-family: "Georgia", "Times New Roman", serif, black; + font-weight: normal; } div.header div.right a { @@ -47,11 +46,6 @@ div.header div.right a { float: right; } -div.header div.rel{ - font-size: 50%; - padding-bottom: 0px; -} - /* Content */ div.document { @@ -84,7 +78,7 @@ div.sidebar { width: 20%; margin: 0; padding: 0; - background: #F9F9F9; + background-color: white; } div.sidebar ul { -- cgit