summaryrefslogtreecommitdiff
path: root/boost.css
diff options
context:
space:
mode:
authorWilliam E. Kempf <wekempf@cox.net>2002-05-01 15:37:25 +0000
committerWilliam E. Kempf <wekempf@cox.net>2002-05-01 15:37:25 +0000
commit046f4aee447caec54b128585be957dfc13d090ab (patch)
tree4571a2e29ba30429244f16a7a9c59edf2f1fd664 /boost.css
parent76bcb25159152919e31e900d8ed00376a195cd0d (diff)
downloadboost-046f4aee447caec54b128585be957dfc13d090ab.tar.gz
Updated documentation for pending release
[SVN r13606]
Diffstat (limited to 'boost.css')
-rw-r--r--boost.css34
1 files changed, 17 insertions, 17 deletions
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;
}