From 046f4aee447caec54b128585be957dfc13d090ab Mon Sep 17 00:00:00 2001 From: "William E. Kempf" Date: Wed, 1 May 2002 15:37:25 +0000 Subject: Updated documentation for pending release [SVN r13606] --- boost.css | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'boost.css') diff --git a/boost.css b/boost.css index 7b056af33f..03510b223e 100644 --- a/boost.css +++ b/boost.css @@ -1,54 +1,54 @@ H1 { - FONT-SIZE: 24pt; - COLOR: darkblue + FONT-SIZE: 200%; + COLOR: #00008B; } H2 { - FONT-SIZE: 18pt + FONT-SIZE: 150%; } H3 { - FONT-SIZE: 15pt + FONT-SIZE: 125%; } H4 { - FONT-SIZE: 13pt + FONT-SIZE: 108%; } BODY { - FONT-SIZE: 12pt; - BACKGROUND-COLOR: #ffffff + FONT-SIZE: 100%; + BACKGROUND-COLOR: #ffffff; } PRE { - MARGIN-LEFT: 2pc; - FONT-FAMILY: Courier + MARGIN-LEFT: 2em; + FONT-FAMILY: Courier; } CODE { - FONT-FAMILY: Courier -; white-space: pre + FONT-FAMILY: Courier; + white-space: pre; } .index { - TEXT-ALIGN: left + TEXT-ALIGN: left; } .page-index { - TEXT-ALIGN: left + TEXT-ALIGN: left; } .definition { - TEXT-ALIGN: left + TEXT-ALIGN: left; } .footnote { - FONT-SIZE: 8pt; + FONT-SIZE: 66%; VERTICAL-ALIGN: super; - TEXT-DECORATION: none + TEXT-DECORATION: none; } .function-semantics { - CLEAR: left + CLEAR: left; } -- cgit v1.2.1