]> git.datanom.net - wpp.git/blame - app/static/css/custom.css
Base user framework finished
[wpp.git] / app / static / css / custom.css
CommitLineData
047d4d29
MR
1body {
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
31a.href:hover, a.href:active {
32 text-decoration: none;
33 color: green;
34}
35
36a.href:link, a.href:visited {
37 text-decoration: none;
38}
This page took 0.043906 seconds and 5 git commands to generate.