summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2012-01-18 11:50:53 -0500
committerShaun McCance <shaunm@gnome.org>2012-01-18 11:50:53 -0500
commitb6edeb3482d148e545d3065e7b52733147fc4215 (patch)
tree8d655a11193ae12dc2302475f31be6c914c8e307
parent80736df23ffa1158d34583787eb895acbad20252 (diff)
downloadyelp-xsl-b6edeb3482d148e545d3065e7b52733147fc4215.tar.gz
mal2html-page.xsl: Changing mobile from 480px to 400px
-rw-r--r--xslt/mallard/html/mal2html-page.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt/mallard/html/mal2html-page.xsl b/xslt/mallard/html/mal2html-page.xsl
index 6095e822..f06f6cf8 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; }