diff options
Diffstat (limited to 'media/archweb-print.css')
-rw-r--r-- | media/archweb-print.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media/archweb-print.css b/media/archweb-print.css new file mode 100644 index 00000000..2946de54 --- /dev/null +++ b/media/archweb-print.css @@ -0,0 +1,11 @@ +/* + * ARCH LINUX DJANGO (MAIN SITE) + * + * Stylesheet for printing + */ + +/* general styling */ +body { font: normal 100% sans-serif; } +#content { font-size: 0.812em; } +#archnavbarmenu, #archdev-navbar, .admin-actions { display: none; } + |