summaryrefslogtreecommitdiff
path: root/media/archweb-print.css
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-12-05 23:06:10 -0600
committerDan McGee <dan@archlinux.org>2011-12-05 23:06:10 -0600
commit943ef2e8e436a32ce5dc956c4d855866cd644cc1 (patch)
tree870f68873a61bcceff00e27b692abaef7542c991 /media/archweb-print.css
parent1c23308299f33e5b429899463eb207f07ad51403 (diff)
Convert to and enable staticfiles contrib application
This moves our site static files into the sitestatic directory if they are shared resources, and also moves a handful of things (such as the artwork logos) into application-specific static/ directories. This allows the staticfiles contrib app to work after a few settings tweaks, a run of collectstatic, and massaging the hardcoded '/media/' prefix out of our templates. Django 1.4 is going to make this a lot easier to move things to a CDN and provides better template tags; for now this is setting the stage before we can move to that. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'media/archweb-print.css')
-rw-r--r--media/archweb-print.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/media/archweb-print.css b/media/archweb-print.css
deleted file mode 100644
index 2946de54..00000000
--- a/media/archweb-print.css
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * 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; }
-