]> git.datanom.net - pwp.git/blame_incremental - app/static/css/custom.css
initial commit
[pwp.git] / app / static / css / custom.css
... / ...
CommitLineData
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 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
33a.href:hover, a.href:active {
34 text-decoration: none;
35 color: green;
36}
37
38a.href:link, a.href:visited {
39 text-decoration: none;
40}
This page took 0.026372 seconds and 5 git commands to generate.