]> Dogcows Code - chaz/website/blob - static/css/main.css
remove GPL jab and make small layout changes
[chaz/website] / static / css / main.css
1
2 body {
3 background-color: #f0f0f0;
4 text-align: justify;
5 margin-top: 20px;
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 .content {
25 background-color: white;
26 border: 1px solid #ccc;
27 border-radius: 6px;
28 padding: 0px 10px 10px 10px;
29 }
30
31 .btn-mini [class^="icon-"],
32 .btn-mini [class*=" icon-"] {
33 margin-top: 0;
34 }
35
36
This page took 0.038181 seconds and 5 git commands to generate.