]> dev.renevier.net Git - syj.git/blob - public/css/login.css
build process raise an exception when install file contains an invalide filename
[syj.git] / public / css / login.css
1 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
2     and is published under the AGPL license. */
3
4 #loginform {
5     width: 40em;
6 }
7 .form-table-elem {
8     display: block;
9     width: 100%;
10 }
11 .form-errors {
12     color: red;
13     font-weight: bold;
14 }
15 ul {
16     list-style-type: none;
17 }