aboutsummaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/site/assets/css/theme.css
blob: 6b21e2ea950c1f437b9ae93d3c815db0cc619364 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
body { margin-top: 50px;}

#container {
    width: 960px;
    margin: 50 auto;
}

#contentcolumn {
    max-width: 760px;
}
#q {
    width: 150px;
}

img {
    max-width: 90%;
}

.postbox {
    border-bottom: 2px solid darkgrey; 
    margin-bottom: 12px;
}

.footerbox {padding: 15px; text-align: center; margin-bottom: 15px;}

#addthisbox {top: 180px; left:10px;}