summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-10-14 20:04:09 -0500
committerDan McGee <dan@archlinux.org>2012-10-14 20:04:09 -0500
commite0cb92480e7d9d4b21a5b5878af6d2cf2fba34cf (patch)
tree948d6f54afff4ef5d74688f780e992444b3397d3 /templates
parentcec2b52a8d1cb321710495f02e010f5d9070975d (diff)
downloadarchweb-e0cb92480e7d9d4b21a5b5878af6d2cf2fba34cf.tar.gz
archweb-e0cb92480e7d9d4b21a5b5878af6d2cf2fba34cf.zip
Remove print stylesheet
This hasn't been updated in ages, and who is printing out pages from the website anyway? Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/base.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index e6ccc972..392bf22f 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -4,7 +4,6 @@
<title>{% block title %}Arch Linux{% endblock %}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="{% static "archweb.css" %}" media="screen, projection" />
- <link rel="stylesheet" type="text/css" href="{% static "archweb-print.css" %}" media="print" />
<link rel="icon" type="image/x-icon" href="{% static "favicon.ico" %}" />
<link rel="shortcut icon" type="image/x-icon" href="{% static "favicon.ico" %}" />
<link rel="apple-touch-icon" href="{% static "logos/apple-touch-icon-57x57.png" %}" />