changeset 147:f5692aafc85b
set background color
| author |
Daniel Poelzleithner <poelzi@poelzi.org> |
| date |
Thu Oct 07 04:45:06 2010 +0200 (2010-10-07) |
| parents |
77260f05fd4b |
| children |
034f96181e59 |
| files |
static/style.css |
line diff
1.1 --- a/static/style.css Thu Oct 07 03:34:19 2010 +0200
1.2 +++ b/static/style.css Thu Oct 07 04:45:06 2010 +0200
1.3 @@ -2,6 +2,10 @@
1.4 * Some global definitions
1.5 */
1.6
1.7 +body {
1.8 + background: #fff;
1.9 +}
1.10 +
1.11 body, th, td {
1.12 font-family: sans-serif;
1.13 font-size: 15px;