diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-08T16·56+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-01-08T16·56+0000 |
commit | 30b31a8f6190dad40ca972b445420e10f47a9afc (patch) | |
tree | b68a36c5d7199dcf9399070aba04c0e2a1f785b9 /doc/manual/style.css | |
parent | b5942155314ea4b479fabde6ce236866f5ef4b97 (diff) |
* Start of nix-env reference.
* Some CSS tweaks.
Diffstat (limited to 'doc/manual/style.css')
-rw-r--r-- | doc/manual/style.css | 32 |
1 files changed, 27 insertions, 5 deletions
diff --git a/doc/manual/style.css b/doc/manual/style.css index a7d8809f0b06..3ff9edbd406a 100644 --- a/doc/manual/style.css +++ b/doc/manual/style.css @@ -20,19 +20,41 @@ h1,h2,h3 text-align: left; } -h1 +h1 /* title */ { - font-size: 185%; + font-size: 200%; } -h2 +h2 /* chapters, appendices, subtitle */ +{ + font-size: 180%; +} + +/* Extra space between chapters, appendices. */ +div.chapter > div.titlepage h2, div.appendix > div.titlepage h2 +{ + margin-top: 1.5em; +/* border-top: solid #005aa0; */ +} + +div.sect1 h2 /* sections */ { font-size: 150%; } -h3 +div.refnamediv h2, div.refsynopsisdiv h2, div.refsection h2 /* refentry parts */ +{ + font-size: 125%; +} + +div.refsection h3 +{ + font-size: 110%; +} + +h3 /* subsections */ { - font-size: 120%; + font-size: 125%; } |