From 30b31a8f6190dad40ca972b445420e10f47a9afc Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 8 Jan 2004 16:56:40 +0000 Subject: * Start of nix-env reference. * Some CSS tweaks. --- doc/manual/style.css | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) (limited to 'doc/manual/style.css') 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%; } -- cgit 1.4.1