aboutsummaryrefslogtreecommitdiff
path: root/source/css/print.css
blob: 6eaf7864381ec965ee70a841dba3f2b47917a8cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
body {
    margin: 5% 0;
    font-size: 12px;
}

pre {
    -webkit-print-color-adjust: exact;
}

.content, .content-separator, .footer {
    width: 90%;
}

.nav, .rss-icon, .atom-icon, .cc-icon {
    width: 0;
    height: 0;
    visibility: hidden;
}