diff options
author | Thayer Williams <thayerw@gmail.com> | 2010-03-16 11:15:38 -0700 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-05-17 14:49:43 -0500 |
commit | 278162de2055f5d84e5887f3d68bb48b52ad2840 (patch) | |
tree | e196956c6e290699329d71c750a4da6bb000465d /media/archweb-print.css | |
parent | 6f9308abd95e6935bb173cbe6439b45f29763ba1 (diff) |
Added new stylesheets which will eventually go CDN
Signed-off-by: Dan McGee <dan@archlinux.org>
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; } + |