diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-26 11:22:21 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-26 11:22:21 -0400 |
commit | da2751757bc8b6638b6dd6af35d961f05957a105 (patch) | |
tree | 4027323ffeef1682067aaf4ade4486a66dde9ced /sitestatic/archweb-print.css | |
parent | 817313b03d6990e419e6c922e12572ea71666c9c (diff) |
mirror changes from commit '943ef2e8e4'
Diffstat (limited to 'sitestatic/archweb-print.css')
-rw-r--r-- | sitestatic/archweb-print.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sitestatic/archweb-print.css b/sitestatic/archweb-print.css new file mode 100644 index 00000000..2946de54 --- /dev/null +++ b/sitestatic/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; } + |