summaryrefslogtreecommitdiff
path: root/sitestatic/archnavbar
AgeCommit message (Collapse)Author
2015-04-15Merge branch 'archweb-generic' into master-nomakeLuke Shumaker
2013-11-14oops, fix CSS mistakeLuke Shumaker
2013-11-14archnavbar.css: move the highlight code to hereLuke Shumaker
2013-11-14fix archnavbar.css, include it from archweb.css to be DRYLuke Shumaker
2013-07-16fix bad mergeLuke Shumaker
2013-07-15revert generated filesLuke Shumaker
2013-07-14add Makefiles to generate the brandingLuke Shumaker
2013-07-14parabola brandingLuke Shumaker
2013-04-22Merge branch 'archweb-generic2'Luke Shumaker
Conflicts: README.BRANDING local_settings.py.example packages/templatetags/package_extras.py public/views.py releng/views.py settings.py sitestatic/archnavbar/archnavbar.css sitestatic/silhouette.png templates/base.html templates/packages/differences.html templates/packages/opensearch.xml templates/packages/search.html templates/public/donate.html templates/public/download.html templates/public/feeds.html templates/public/index.html urls.py
2012-10-26mirror changes from commit '943ef2e8e4'Luke Shumaker
2012-10-14Remove logo override for IE6Dan McGee
We don't need this anymore. Signed-off-by: Dan McGee <dan@archlinux.org>
2011-12-05Convert to and enable staticfiles contrib applicationDan McGee
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>