]> dev.renevier.net Git - syj.git/blob - public/css/form.css
some files were missing copyright information
[syj.git] / public / css / form.css
1 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
2     and is published under the AGPL license. */
3
4 body, html {
5     background-color: #F0FFF8;
6     font-family: verdana, sans-serif;
7     margin: 0; padding: 0;
8 }
9 h1, form legend {
10         color: #B22222;
11 }
12 h2, label {
13         color: #556B2F;
14 }
15 legend {
16     font-weight: bold;
17 }