4b9928d613392233c3d5a201b835f046a6afaeef
[Sone.git] / src / main / resources / static / css / sone.css
1 /* Sone Main CSS File */
2
3 #sone h1 {
4         font-family: inherit;
5         font-size: 200%;
6         font-weight: bold;
7 }
8
9 #sone .error label {
10         color: red;
11         font-weight: bold;
12 }
13
14 #sone .post .author {
15         display: inline;
16         font-weight: bold;
17 }
18
19 #sone .post .text {
20         display: inline;
21 }
22
23 #sone input.createpost.default {
24         color: #888;
25 }