aboutsummaryrefslogtreecommitdiff
path: root/source/css/print.css
blob: 392281ea6c865a7e1b9d4d9ebae6cad9646aa362 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
body {
    font-size: 8pt;
}

article {
    position: static;
    width: 90%;
    padding: 5%;
}

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