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