summaryrefslogtreecommitdiffstats
path: root/doc/_static
diff options
context:
space:
mode:
authorZhanna Tsitkov <tsitkova@mit.edu>2013-01-16 15:38:31 -0500
committerZhanna Tsitkov <tsitkova@mit.edu>2013-01-16 15:38:31 -0500
commit87634edc472cebde4a37d002b7006ed38a1b25c2 (patch)
tree7cdbadb17d03b431157a2f64babaf2bf54adb7be /doc/_static
parent1078f5bf8049ab95322e7daf37c06f94623cdb74 (diff)
downloadkrb5-87634edc472cebde4a37d002b7006ed38a1b25c2.tar.gz
krb5-87634edc472cebde4a37d002b7006ed38a1b25c2.tar.xz
krb5-87634edc472cebde4a37d002b7006ed38a1b25c2.zip
Sphinx doc: consolidate style markup in kerb.css
Diffstat (limited to 'doc/_static')
-rw-r--r--doc/_static/kerb.css16
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/_static/kerb.css b/doc/_static/kerb.css
index 1eeebb71dc..4a17f8fda2 100644
--- a/doc/_static/kerb.css
+++ b/doc/_static/kerb.css
@@ -31,12 +31,13 @@ div.header-wrapper {
div.header {
padding-top: 10px;
- padding-bottom: 10px;
+ padding-bottom: 0px;
}
-div.header h1 {
- font-family: "Georgia", "Times New Roman", serif, black;
- font-weight: normal;
+div.header h1 a {
+ color: #5d1509;
+ font-size: 120%;
+ padding-top: 10px;
}
div.header div.right a {
@@ -46,6 +47,11 @@ div.header div.right a {
float: right;
}
+div.header div.rel{
+ font-size: 50%;
+ padding-bottom: 0px;
+}
+
/* Content */
div.document {
@@ -78,7 +84,7 @@ div.sidebar {
width: 20%;
margin: 0;
padding: 0;
- background-color: white;
+ background: #F9F9F9;
}
div.sidebar ul {