[xiph-commits] r18319 - websites/xiph.org/ssi
giles at svn.xiph.org
giles at svn.xiph.org
Thu May 24 16:43:42 PDT 2012
Author: giles
Date: 2012-05-24 16:43:42 -0700 (Thu, 24 May 2012)
New Revision: 18319
Modified:
websites/xiph.org/ssi/header.include
Log:
Remove the media attribute from our stylesheet link.
This allows user agents to use the default style for
other media, like print.
Modified: websites/xiph.org/ssi/header.include
===================================================================
--- websites/xiph.org/ssi/header.include 2012-05-24 23:41:43 UTC (rev 18318)
+++ websites/xiph.org/ssi/header.include 2012-05-24 23:43:42 UTC (rev 18319)
@@ -4,4 +4,4 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="icon" href="/images/logos/xiph.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="/images/logos/xiph.ico" type="image/x-icon"/>
- <link rel="stylesheet" title="Default 50em Width" media="screen" href="/css/screen.css" type="text/css"/>
+ <link rel="stylesheet" title="Default 50em Width" href="/css/screen.css" type="text/css"/>
More information about the commits
mailing list