summaryrefslogtreecommitdiff
path: root/doc/html/minimal.css
blob: 2e5812a9b8e9b565e40098b59f4cb0eadba00c3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*

  © 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; }

/*******************************************************************************
      Font sizes
*******************************************************************************/

p, td, li, blockquote { font-size: 10pt; }
pre     { font-size: 9pt; }

/*** end ***/