forked from boostorg/predef
git-svn-id: http://svn.boost.org/svn/boost/sandbox/predef@75741 b8fc166d-592f-0410-95f2-cb63ce0dd405
22 lines
582 B
CSS
22 lines
582 B
CSS
/*
|
|
|
|
© 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; }
|
|
|
|
/*** end ***/ |