summaryrefslogtreecommitdiff
path: root/doc/src/minimal.css
blob: 401b73e529bb3a0cafbc3fc3a203bbcfabb350d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*

  © 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 ***/