www-commits
[Top][All Lists]
Advanced

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

www/server head-include-2.ar.html


From: Yavor Doganov
Subject: www/server head-include-2.ar.html
Date: Fri, 30 Apr 2010 10:47:51 +0000

CVSROOT:        /web/www
Module name:    www
Changes by:     Yavor Doganov <yavor>   10/04/30 10:47:51

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

Log message:
        Avoid unconditional @import of mini.css.

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

Patches:
Index: head-include-2.ar.html
===================================================================
RCS file: /web/www/www/server/head-include-2.ar.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- head-include-2.ar.html      21 Apr 2010 14:16:31 -0000      1.16
+++ head-include-2.ar.html      30 Apr 2010 10:47:49 -0000      1.17
@@ -1,15 +1,11 @@
 
 
 <!-- start of head-include-2.html -->
-<style type="text/css" media="screen and (min-device-width: 481px)">
+<style type="text/css" media="screen">
 @import url('/style.css');
 @import url('/style.ar.css');
 </style>
 
-<style type="text/css" media="only screen and (max-device-width: 480px)">
address@hidden url('/mini.css');
-</style>
-
 <style type="text/css" media="handheld">
 @import url('/mini.css');
 </style>




reply via email to

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