svn commit: samba-web r1114 - in trunk: history news news/articles/low_point support

deryck at samba.org deryck at samba.org
Fri May 18 18:56:24 GMT 2007


Author: deryck
Date: 2007-05-18 18:56:23 +0000 (Fri, 18 May 2007)
New Revision: 1114

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1114

Log:
A more global replace of media="all".


Modified:
   trunk/history/header_history.html
   trunk/news/articles/low_point/jra_header2.html
   trunk/news/header2.html
   trunk/news/success.html
   trunk/support/header_support.html


Changeset:
Modified: trunk/history/header_history.html
===================================================================
--- trunk/history/header_history.html	2007-05-18 18:27:34 UTC (rev 1113)
+++ trunk/history/header_history.html	2007-05-18 18:56:23 UTC (rev 1114)
@@ -1,6 +1,6 @@
 
-<link rel="stylesheet" href="/samba/style/common.css" type="text/css" media="all" />
-<link rel="stylesheet" href="/samba/style/wide.css" type="text/css" media="all" />
+<link rel="stylesheet" href="/samba/style/common.css" type="text/css" media="screen" />
+<link rel="stylesheet" href="/samba/style/wide.css" type="text/css" media="screen" />
 <link rel="shortcut icon" href="/samba/images/favicon.ico" />
 
 <!--[if gte IE 5.5]>

Modified: trunk/news/articles/low_point/jra_header2.html
===================================================================
--- trunk/news/articles/low_point/jra_header2.html	2007-05-18 18:27:34 UTC (rev 1113)
+++ trunk/news/articles/low_point/jra_header2.html	2007-05-18 18:56:23 UTC (rev 1114)
@@ -1,5 +1,5 @@
-<link rel="stylesheet" href="/samba/style/common.css" type="text/css" media="all" />
-<link rel="stylesheet" href="/samba/news/style/news.css" type="text/css" media="all"
+<link rel="stylesheet" href="/samba/style/common.css" type="text/css" media="screen" />
+<link rel="stylesheet" href="/samba/news/style/news.css" type="text/css" media="screen"
 />
 <link rel="shortcut icon" href="/samba/news/images/favicon.ico" />
 

Modified: trunk/news/header2.html
===================================================================
--- trunk/news/header2.html	2007-05-18 18:27:34 UTC (rev 1113)
+++ trunk/news/header2.html	2007-05-18 18:56:23 UTC (rev 1114)
@@ -1,5 +1,5 @@
-<link rel="stylesheet" href="/samba/style/common.css" type="text/css" media="all" />
-<link rel="stylesheet" href="/samba/news/style/news.css" type="text/css" media="all"
+<link rel="stylesheet" href="/samba/style/common.css" type="text/css" media="screen" />
+<link rel="stylesheet" href="/samba/news/style/news.css" type="text/css" media="screen"
 />
 <link rel="shortcut icon" href="/samba/news/images/favicon.ico" />
 

Modified: trunk/news/success.html
===================================================================
--- trunk/news/success.html	2007-05-18 18:27:34 UTC (rev 1113)
+++ trunk/news/success.html	2007-05-18 18:56:23 UTC (rev 1114)
@@ -5,8 +5,8 @@
 <head>
 
 <link rel="stylesheet" href="/samba/style/common.css" type="text/css"
-media="all" />
-<link rel="stylesheet" href="/samba/news/style/news.css" type="text/css" media="all"
+media="screen" />
+<link rel="stylesheet" href="/samba/news/style/news.css" type="text/css" media="screen"
 />
 <link rel="shortcut icon" href="/samba/news/images/favicon.ico" />
 

Modified: trunk/support/header_support.html
===================================================================
--- trunk/support/header_support.html	2007-05-18 18:27:34 UTC (rev 1113)
+++ trunk/support/header_support.html	2007-05-18 18:56:23 UTC (rev 1114)
@@ -1,6 +1,6 @@
 
-<link rel="stylesheet" href="/samba/style/common.css" type="text/css" media="all" />
-<link rel="stylesheet" href="/samba/style/wide.css" type="text/css" media="all" />
+<link rel="stylesheet" href="/samba/style/common.css" type="text/css" media="screen" />
+<link rel="stylesheet" href="/samba/style/wide.css" type="text/css" media="screen" />
 <link rel="shortcut icon" href="/samba/images/favicon.ico" />
 
 <!--[if gte IE 5.5]>



More information about the samba-cvs mailing list