]> dev.renevier.net Git - syj.git/blob - public/css/contact.css
build process raise an exception when install file contains an invalide filename
[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 #message  {
10     width: 80%;
11     margin-left: auto;
12     margin-right: auto;
13 }
14
15 /*
16  * form
17  */
18 fieldset {
19     margin: 20px 30px 0px 30px;
20 }
21
22 .error li {
23     list-style-type: none;
24 }
25
26 .required:before {
27     content:"*";
28     color:#FF8C00;
29 }