www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server head-include-2.html


From: Waclaw Jacek
Subject: www/server head-include-2.html
Date: Mon, 22 Nov 2010 14:42:53 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Waclaw Jacek <wwj>      10/11/22 14:42:53

Modified files:
        server         : head-include-2.html 

Log message:
        updating a head include to use HTML <link> instead of CSS @import

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/head-include-2.html?cvsroot=www&r1=1.6&r2=1.7

Patches:
Index: head-include-2.html
===================================================================
RCS file: /web/www/www/server/head-include-2.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- head-include-2.html 30 Apr 2010 10:59:24 -0000      1.6
+++ head-include-2.html 22 Nov 2010 14:40:21 -0000      1.7
@@ -1,19 +1,11 @@
 <!-- start of head-include-2.html -->
 
-<style type="text/css" media="screen">
address@hidden url('/style.css');
-</style>
+<link rel="stylesheet" href="layout.css" media="screen" />
+<link rel="stylesheet" href="combo.css" media="screen" />
 
-<style type="text/css" media="handheld">
address@hidden url('/mini.css');
-</style>
+<link rel="stylesheet" href="mini.css" media="handheld" />
 
-<!--[if IE]>
-<link rel="stylesheet" href="/style.css" media="screen" type="text/css" />
-<![endif]-->
+<link rel="stylesheet" href="print.css" media="print" />
 
-<style type="text/css" media="print">
address@hidden url('/print.css');
-</style>
 <meta name="viewport" content="width=320; initial-scale=1.0; 
maximum-scale=1.0; user-scalable=0;" />
 <!-- end of head-include-2.html -->



reply via email to

[Prev in Thread] Current Thread [Next in Thread]