Skip to content

Commit

Permalink
Add body max-width, add several colors
Browse files Browse the repository at this point in the history
[SVN r77355]
  • Loading branch information
Beman authored and danieljames committed Jan 15, 2015
1 parent 3b2b3df commit 6e5fd50
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions doc/src/minimal.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 ***/

0 comments on commit 6e5fd50

Please sign in to comment.