summaryrefslogtreecommitdiffstats
path: root/doc/_static
diff options
context:
space:
mode:
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 {