summaryrefslogtreecommitdiffstats
path: root/doc/_static
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2013-01-16 17:45:41 -0500
committerTom Yu <tlyu@mit.edu>2013-01-16 18:02:27 -0500
commit774f0bf84e815591fc2b11d55d5dfa21e1fd63b3 (patch)
treea5cfb7f66c64129375ef2f949acca0391eaf3f1e /doc/_static
parent87634edc472cebde4a37d002b7006ed38a1b25c2 (diff)
downloadkrb5-774f0bf84e815591fc2b11d55d5dfa21e1fd63b3.tar.gz
krb5-774f0bf84e815591fc2b11d55d5dfa21e1fd63b3.tar.xz
krb5-774f0bf84e815591fc2b11d55d5dfa21e1fd63b3.zip
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.
Diffstat (limited to 'doc/_static')
-rw-r--r--doc/_static/kerb.css16
1 files changed, 5 insertions, 11 deletions
diff --git a/doc/_static/kerb.css b/doc/_static/kerb.css
index 4a17f8fda2..1eeebb71dc 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 {