Fix some redirects to work with bookmarklet linking
[blerg.git] / www / css / doc.css
1 /* Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
2  * BSD-style license.  Please see the COPYING file for details.
3  */
4 body {
5         font: 14pt serif;
6         margin: 16pt;
7 }
8
9 h1, h2, h3, h4, h5 {
10         font-family: sans-serif;
11         clear: both;
12 }
13
14 .pizzapie {
15         width: 25%;
16         font-family: sans-serif;
17         font-size: 12pt;
18         float: right;
19         margin-left: 16pt;
20         clear: both;
21 }
22
23 .pizzapie td {
24         padding: 8pt;
25         text-align: center;
26 }
27
28 .statistics {
29       font-family: sans-serif;
30 }
31
32 .statistics td {
33       padding-right: 16pt;
34 }