summaryrefslogtreecommitdiffstats
path: root/doc/_static
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2013-01-17 22:58:46 -0500
committerTom Yu <tlyu@mit.edu>2013-01-31 15:10:21 -0500
commit3e4bb2ebc22e947dfb5a6b3217fd35b3fb2dc82f (patch)
treed977d7d3d5984105b80b4431d44ce92d2388dd1e /doc/_static
parentba8a8a6b25027079ffd3e565a6e6ed450217a024 (diff)
downloadkrb5-3e4bb2ebc22e947dfb5a6b3217fd35b3fb2dc82f.tar.gz
krb5-3e4bb2ebc22e947dfb5a6b3217fd35b3fb2dc82f.tar.xz
krb5-3e4bb2ebc22e947dfb5a6b3217fd35b3fb2dc82f.zip
Consolidate style settings in kerb.css
Move style settings that were previously in layout.html to kerb.css. Rename kerb.css kerb.css_t, making it a template, to allow parameterized style settings to remain parameterized.
Diffstat (limited to 'doc/_static')
-rw-r--r--doc/_static/kerb.css_t (renamed from doc/_static/kerb.css)10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/_static/kerb.css b/doc/_static/kerb.css_t
index 4d79929146..40569b908a 100644
--- a/doc/_static/kerb.css
+++ b/doc/_static/kerb.css_t
@@ -31,7 +31,7 @@ div.header-wrapper {
div.header {
padding-top: 10px;
- padding-bottom: 10px;
+ padding-bottom: 0px;
}
div.header h1 {
@@ -39,6 +39,12 @@ div.header h1 {
font-weight: normal;
}
+div.header h1 a {
+ color: {{ theme_bgcolor }};
+ font-size: 120%;
+ padding-top: 10px;
+}
+
div.header div.right a {
color: #fcaf3e;
letter-spacing: .1em;
@@ -84,7 +90,7 @@ div.sidebar {
width: 20%;
margin: 0;
padding: 0;
- background-color: white;
+ background-color: #F9F9F9;
}
div.sidebar ul {