[xiph-commits] r18318 - websites/opus-codec.org/ssi

giles at svn.xiph.org giles at svn.xiph.org
Thu May 24 16:41:43 PDT 2012


Author: giles
Date: 2012-05-24 16:41:43 -0700 (Thu, 24 May 2012)
New Revision: 18318

Modified:
   websites/opus-codec.org/ssi/header.include
Log:
Omit media attribute from the stylesheet link.

With media=screen, the default style was only applied for
screen display. Printing results in the browser's default
style, which doesn't look so nice.

If we don't specify, user agents will use the default
style for all media.


Modified: websites/opus-codec.org/ssi/header.include
===================================================================
--- websites/opus-codec.org/ssi/header.include	2012-05-24 23:31:37 UTC (rev 18317)
+++ websites/opus-codec.org/ssi/header.include	2012-05-24 23:41:43 UTC (rev 18318)
@@ -2,7 +2,7 @@
 <html>
 <head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <link rel="stylesheet" title="Default" media="screen"
+ <link rel="stylesheet" title="Default"
        href="/css/screen.css" type="text/css">
  <link rel="shortcut icon" href="favicon.ico" />
  <title>Opus Audio Codec</title>



More information about the commits mailing list