summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBeman Dawes <bdawes@acm.org>2012-03-17 12:42:56 +0000
committerDaniel James <daniel@calamity.org.uk>2015-01-15 09:32:50 +0000
commit6e5fd50236066b831954541c4d6294c69b011c9b (patch)
tree13f547e4511e005fc18ea6cbc284b5fdd6af54cf /doc/src
parent3b2b3dffd25e9cd4d1beeed85eee21f971ba13b2 (diff)
downloadboost-6e5fd50236066b831954541c4d6294c69b011c9b.tar.gz
Add body max-width, add several colors
[SVN r77355]
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/minimal.css17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/src/minimal.css b/doc/src/minimal.css
index 401b73e529..76d1031130 100644
--- a/doc/src/minimal.css
+++ b/doc/src/minimal.css
@@ -7,16 +7,17 @@
*/
-/*******************************************************************************
- Body
-*******************************************************************************/
+body {
+ font-family: sans-serif;
+ margin: 1em;
+ max-width : 8.5in;
+ }
-body { font-family: sans-serif; margin: 1em; }
+table { margin: 0.5em; }
-/*******************************************************************************
- Table
-*******************************************************************************/
+pre { background-color:#D7EEFF }
-table { margin: 0.5em; }
+ins { background-color:#A0FFA0 }
+del { background-color:#FFA0A0 }
/*** end ***/ \ No newline at end of file