]> dev.renevier.net Git - syj.git/blob - public/css/contact.css
some files were missing copyright information
[syj.git] / public / css / contact.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 {
5     margin: 0px;
6     padding: 0px;
7 }
8
9 /*
10  * form
11  */
12 fieldset {
13     margin: 20px 30px 0px 30px;
14 }
15
16 .error li {
17     list-style-type: none;
18 }
19
20 .required:before {
21     content:"*";
22     color:#FF8C00;
23 }