aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/ws.css
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2010-02-04 00:19:00 +0000
committerGerald Combs <gerald@wireshark.org>2010-02-04 00:19:00 +0000
commitc959c3ffa3cf418bf852f4418a53c9c6153117a5 (patch)
tree864c4d9f568b7b835d6df956ddfe229b085eefca /docbook/ws.css
parentfe6dc2f7c3870d946447065556086090d161a923 (diff)
Adjust the heading elements.
svn path=/trunk/; revision=31781
Diffstat (limited to 'docbook/ws.css')
-rw-r--r--docbook/ws.css28
1 files changed, 6 insertions, 22 deletions
diff --git a/docbook/ws.css b/docbook/ws.css
index 1531e50e5b..9c4b519ba7 100644
--- a/docbook/ws.css
+++ b/docbook/ws.css
@@ -41,36 +41,20 @@ div.example p.title
}
body h1 {
- font-size: 1.4em;
- margin: .0em 0 0 -4%;
- line-height: 1.3;
- border-bottom: 2px solid silver;
+ font-size: 1.3em;
}
body h2 {
- margin: 0.5em 0 0 -4%;
- line-height: 1.3;
- border-bottom: 2px solid silver;
+ font-size: 1.2em;
}
body h3 {
- margin: .8em 0 0 -3%;
- line-height: 1.3;
+ font-size: 1.1em;
}
-body h4 {
- margin: .8em 0 0 -3%;
- line-height: 1.3;
-}
-
-body h5 {
- margin: .8em 0 0 -2%;
- line-height: 1.3;
-}
-
-body h6 {
- margin: .8em 0 0 -1%;
- line-height: 1.3;
+body h1, body h3, body h3, body h4, body h5, body h6 {
+ letter-spacing: 0.2em;
+ border-bottom: 1px solid silver;
}
body hr {