first commit after reset
[mixstore.git] / web / mixstore / css / user / common.css
CommitLineData
929ca066
BA
1div.fos_user_user_show {
2 padding-top: 15px;
3 margin-bottom: 0;
4}
5
6h1 {
7 color: grey;
8 text-align: center;
9 margin-top: 15px;
10 margin-bottom: 15px;
11}
12
13div.flash-message {
14 text-align: center;
15 margin-top: 20px;
16 color: blue;
17}
18
19div.error {
20 text-align: center;
21 margin-top: 20px;
22 color: red;
23}