diff options
author | Daniel James <daniel@calamity.org.uk> | 2010-06-30 22:02:30 +0000 |
---|---|---|
committer | Daniel James <daniel@calamity.org.uk> | 2010-06-30 22:02:30 +0000 |
commit | a26f65b92f6ee3b85485046e4ea09811db67235e (patch) | |
tree | b4260bdbad1b52745b3e4e4e26542c7ad3a285cd /doc | |
parent | 6eef95bf8a31addd44c352a84b7fac91e29527ad (diff) | |
download | boost-a26f65b92f6ee3b85485046e4ea09811db67235e.tar.gz |
Have two copies of minimal.css for now.
To ease the transition.
[SVN r63457]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/html/minimal.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/html/minimal.css b/doc/html/minimal.css new file mode 100644 index 0000000000..2e5812a9b8 --- /dev/null +++ b/doc/html/minimal.css @@ -0,0 +1,29 @@ +/* + + © Copyright Beman Dawes, 2007 + + Distributed under the Boost Software License, Version 1.0. + See www.boost.org/LICENSE_1_0.txt + +*/ + +/******************************************************************************* + Body +*******************************************************************************/ + +body { font-family: sans-serif; margin: 1em; } + +/******************************************************************************* + Table +*******************************************************************************/ + +table { margin: 0.5em; } + +/******************************************************************************* + Font sizes +*******************************************************************************/ + +p, td, li, blockquote { font-size: 10pt; } +pre { font-size: 9pt; } + +/*** end ***/
\ No newline at end of file |