]> git.datanom.net - wpp.git/blob - app/static/css/custom.css
Base user framework finished
[wpp.git] / app / static / css / custom.css
1 body {
2 padding-top: 50px;
3 }
4 .starter-template {
5 padding: 40px 15px;
6 text-align: center;
7 }
8 .login-register-page {
9 width: 360px;
10 padding: 8% 0 0;
11 margin: auto;
12 }
13 .center {
14 text-align: center;
15 }
16
17 .right {
18 text-align: right;
19 }
20
21 .indent {
22 margin-left: 20px;
23 }
24
25 .href {
26 color: black;
27 margin: 2px;
28 font-size: 0.8em;
29 }
30
31 a.href:hover, a.href:active {
32 text-decoration: none;
33 color: green;
34 }
35
36 a.href:link, a.href:visited {
37 text-decoration: none;
38 }
This page took 0.057997 seconds and 6 git commands to generate.