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: Matt Lee
Subject: www/server head-include-2.html
Date: Wed, 20 Jan 2010 20:15:25 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Matt Lee <mattl>        10/01/20 20:15:25

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

Log message:
        more mobile profiles

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

Patches:
Index: head-include-2.html
===================================================================
RCS file: /web/www/www/server/head-include-2.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- head-include-2.html 20 Jan 2010 20:09:05 -0000      1.2
+++ head-include-2.html 20 Jan 2010 20:15:22 -0000      1.3
@@ -1,12 +1,21 @@
-<style type="text/css" media="screen">
+<style type="text/css" media="screen and (min-device-width: 481px)">
 @import url('/style.css');
 </style>
 
+<style type="text/css" media="only screen and (max-device-width: 480px)">
address@hidden url('http://static.fsf.org/mini.css');
+</style>
+
 <style type="text/css" media="handheld">
 @import url('http://static.fsf.org/mini.css');
 </style>
 
+<!--[if IE]>
+<link rel="stylesheet" href="/style.css" media="screen" type="text/css" />
+<![endif]-->
+
 <style type="text/css" media="print">
 @import url('/print.css');
 </style>
+<meta name="viewport" content="width=320; initial-scale=1.0; 
maximum-scale=1.0; user-scalable=0;" />
 </head>




reply via email to

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