Index: include_common_head.html
===================================================================
RCS file: /glinks/cgi/admin/templates/luna/include_common_head.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- include_common_head.html    4 Apr 2005 22:29:09 -0000       1.5
+++ include_common_head.html    4 Jun 2005 05:28:32 -0000       1.6
@@ -1,7 +1,7 @@
 <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
 <%if Meta_Description%><meta name="description" content="<%Meta_Description%>" /><%endif%>
 <%if Meta_Keywords%><meta name="keywords" content="<%Meta_Keywords%>" /><%endif%>
-<%if theme%><link type="text/css" rel="stylesheet" media="screen" href="<%config.build_static_url%>/<%t%>/<%theme%>.css" /><%endif%>
+<%if theme%><link type="text/css" rel="stylesheet" href="<%config.build_static_url%>/<%t%>/<%theme%>.css" /><%endif%>
 <%~-- If your site is statically built, then the login status will always say 'Login/Register'.  This javascript replaces it with 'Logout' if the user is logged in. --~%>
 <%if not d and not user.Username~%>
 <script type="text/javascript" src="<%config.build_static_url%>/utils.js"></script>