summaryrefslogtreecommitdiff
path: root/boost.css
diff options
context:
space:
mode:
authorWilliam E. Kempf <wekempf@cox.net>2002-02-11 23:13:04 +0000
committerWilliam E. Kempf <wekempf@cox.net>2002-02-11 23:13:04 +0000
commit1b22dd62c558d0e23ebe5d880400c08ab8b0e0de (patch)
tree37fa5d01bed1270076a2456c971a62b89be0de07 /boost.css
parent25a8d975a2be5a89fc4abbc6d485f730817a87ec (diff)
downloadboost-1b22dd62c558d0e23ebe5d880400c08ab8b0e0de.tar.gz
Updated thread documentation to use new templates.
[SVN r12785]
Diffstat (limited to 'boost.css')
-rw-r--r--boost.css54
1 files changed, 54 insertions, 0 deletions
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
+}