aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/style.css19
1 files changed, 7 insertions, 12 deletions
diff --git a/doc/style.css b/doc/style.css
index 6d6e090..230353c 100644
--- a/doc/style.css
+++ b/doc/style.css
@@ -51,16 +51,7 @@ h6 {
font-size: 100%;
font-weight: 450;
}
-#logoheader {
- background-color: #F3F3F3;
- border: 0;
- border-bottom: 1px solid #DDD;
- height: 84px;
- margin: 0;
- padding: 1px;
- z-index: 1;
-}
-#titleheader {
+#header {
background-color: #F3F3F3;
border: 0;
border-bottom: 1px solid #DDD;
@@ -70,9 +61,12 @@ h6 {
#title {
font-size: 200%;
font-weight: 700;
- margin: .25ex 0 .5ex 0;
+ margin: .25ex 0 .25ex 0;
padding: 0;
}
+#subtitle {
+ margin: 0 auto 2ex 0.5ex;
+}
#logo {
height: 63px;
margin-left: 1em;
@@ -480,7 +474,8 @@ td, th {
padding: 0.3ex 1em 0.3ex 1em;
}
#meta {
- margin-left: 0.5ex;
+ margin: 1ex 0 0 0.5ex;
+ font-size: small;
}
#meta tr td, #meta tr th {
padding-left: 0;
' href='#n134'>134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168