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: Yavor Doganov
Subject: www/server head-include-2.html
Date: Fri, 30 Apr 2010 10:59:28 +0000

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

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

Log message:
        Avoid unconditional @import of mini.css which breaks RTL support.
        RT #564601 for more information.

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

Patches:
Index: head-include-2.html
===================================================================
RCS file: /web/www/www/server/head-include-2.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- head-include-2.html 26 Mar 2010 18:02:04 -0000      1.5
+++ head-include-2.html 30 Apr 2010 10:59:24 -0000      1.6
@@ -1,13 +1,9 @@
 <!-- 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');
 </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]