]> git.datanom.net - pwp.git/blob - app/static/css/custom.css
initial commit
[pwp.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 margin: auto;
11 }
12 .blank-row-above {
13 margin-top: 5px;
14 }
15 .center {
16 text-align: center;
17 }
18
19 .right {
20 text-align: right;
21 }
22
23 .indent {
24 margin-left: 20px;
25 }
26
27 .href {
28 color: black;
29 margin: 2px;
30 font-size: 0.8em;
31 }
32
33 a.href:hover, a.href:active {
34 text-decoration: none;
35 color: green;
36 }
37
38 a.href:link, a.href:visited {
39 text-decoration: none;
40 }
This page took 0.058004 seconds and 6 git commands to generate.