From 1b22dd62c558d0e23ebe5d880400c08ab8b0e0de Mon Sep 17 00:00:00 2001 From: "William E. Kempf" Date: Mon, 11 Feb 2002 23:13:04 +0000 Subject: Updated thread documentation to use new templates. [SVN r12785] --- boost.css | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 boost.css (limited to 'boost.css') diff --git a/boost.css b/boost.css new file mode 100644 index 0000000000..7b056af33f --- /dev/null +++ b/boost.css @@ -0,0 +1,54 @@ +H1 +{ + FONT-SIZE: 24pt; + COLOR: darkblue +} +H2 +{ + FONT-SIZE: 18pt +} +H3 +{ + FONT-SIZE: 15pt +} +H4 +{ + FONT-SIZE: 13pt +} +BODY +{ + FONT-SIZE: 12pt; + BACKGROUND-COLOR: #ffffff +} +PRE +{ + MARGIN-LEFT: 2pc; + FONT-FAMILY: Courier +} +CODE +{ + FONT-FAMILY: Courier +; white-space: pre +} +.index +{ + TEXT-ALIGN: left +} +.page-index +{ + TEXT-ALIGN: left +} +.definition +{ + TEXT-ALIGN: left +} +.footnote +{ + FONT-SIZE: 8pt; + VERTICAL-ALIGN: super; + TEXT-DECORATION: none +} +.function-semantics +{ + CLEAR: left +} -- cgit v1.2.1