Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r77355 - trunk/doc/src
From: bdawes_at_[hidden]
Date: 2012-03-17 08:42:57


Author: bemandawes
Date: 2012-03-17 08:42:56 EDT (Sat, 17 Mar 2012)
New Revision: 77355
URL: http://svn.boost.org/trac/boost/changeset/77355

Log:
Add body max-width, add several colors
Text files modified:
   trunk/doc/src/minimal.css | 17 +++++++++--------
   1 files changed, 9 insertions(+), 8 deletions(-)

Modified: trunk/doc/src/minimal.css
==============================================================================
--- trunk/doc/src/minimal.css (original)
+++ trunk/doc/src/minimal.css 2012-03-17 08:42:56 EDT (Sat, 17 Mar 2012)
@@ -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


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk