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