diff options
Diffstat (limited to 'source')
-rw-r--r-- | source/css/print.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/source/css/print.css b/source/css/print.css new file mode 100644 index 00000000..392281ea --- /dev/null +++ b/source/css/print.css @@ -0,0 +1,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; +} |