Mercurial > prosody-modules
comparison mod_register_json/register_json/template/css/style.css @ 989:7c04c5856daa
mod_register_json: major code overhaul into a token based registration & verification system.
author | Marco Cirillo <maranda@lightwitch.org> |
---|---|
date | Mon, 29 Apr 2013 22:53:39 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
988:c15cea87036f | 989:7c04c5856daa |
---|---|
1 body { | |
2 margin: 0 | |
3 } | |
4 | |
5 a { | |
6 color: #0000FF | |
7 } | |
8 | |
9 ul { | |
10 margin: 0 | |
11 } | |
12 | |
13 .btn { | |
14 margin-right: 0.3em | |
15 } | |
16 | |
17 .btn:last { | |
18 margin-right: 0 | |
19 } | |
20 | |
21 #main { | |
22 padding: 10px | |
23 } | |
24 | |
25 #main div { | |
26 margin-left: 14px | |
27 } | |
28 | |
29 #main p { | |
30 margin-left: 14px | |
31 } | |
32 | |
33 #top { | |
34 clear: both; | |
35 width: 100%; | |
36 padding: 0; | |
37 } | |
38 | |
39 #header { | |
40 height: 172px; | |
41 background: url(../images/tile.png) repeat-x | |
42 } |