mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Add body max-width, add several colors
[SVN r77355]
This commit is contained in:
parent
3b2b3dffd2
commit
6e5fd50236
1 changed files with 9 additions and 8 deletions
|
@ -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 ***/
|
Loading…
Add table
Reference in a new issue