]> Dogcows Code - chaz/website/blob - static/css/main.css
remove link to mormon.org
[chaz/website] / static / css / main.css
1
2 body {
3 background-color: #f0f0f0;
4 margin-top: 30px;
5 text-align: justify;
6 }
7
8 h1 {
9 margin: 25px 0;
10 }
11
12 h3 {
13 margin-top: 30px;
14 }
15
16 img.pull-left {
17 margin-right: 10px;
18 }
19
20 img.pull-right {
21 margin-left: 10px;
22 }
23
24 .btn-mini [class^="icon-"],
25 .btn-mini [class*=" icon-"] {
26 margin-top: 0;
27 }
28
29 .container {
30 background-color: white;
31 border: 1px solid #aaa;
32 border-radius: 6px;
33 box-shadow: 0 0 10px #ccc;
34 padding: 20px 40px 30px 40px;
35 }
36
This page took 0.034134 seconds and 5 git commands to generate.