[yelp-xsl/wip/if-1-0: 5/5] mal2html-page.xsl: Changing mobile from 480px to 400px



commit b6edeb3482d148e545d3065e7b52733147fc4215
Author: Shaun McCance <shaunm gnome org>
Date:   Wed Jan 18 11:50:53 2012 -0500

    mal2html-page.xsl: Changing mobile from 480px to 400px

 xslt/mallard/html/mal2html-page.xsl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/xslt/mallard/html/mal2html-page.xsl b/xslt/mallard/html/mal2html-page.xsl
index 6095e82..f06f6cf 100644
--- a/xslt/mallard/html/mal2html-page.xsl
+++ b/xslt/mallard/html/mal2html-page.xsl
@@ -1073,7 +1073,7 @@ span.gloss-desc {
 .if-if.if__not-target-mobile { display: block; }
 .if-choose.if__not-target-mobile > .if-when { display: block; }
 .if-choose.if__not-target-mobile > .if-else { display: none; }
- media only screen and (max-width: 480px) {
+ media only screen and (max-width: 400px) {
   .if-if.if__target-mobile { display: block; }
   .if-if.if__not-target-mobile { display: none; }
   .if-choose.if__target-mobile > .if-when { display: block; }



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