79c7b9a47eb5

Fix the iPhone font resizing issue on listing pages.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Sat, 09 Jan 2010 12:38:24 -0500
parents d32b37e73149
children 597b7684e378
branches/tags (none)
files media/css/base.css

Changes

--- a/media/css/base.css	Sat Jan 09 04:41:10 2010 -0500
+++ b/media/css/base.css	Sat Jan 09 12:38:24 2010 -0500
@@ -55,6 +55,7 @@
     font-size: 1.5em;
     font-weight: bold;
     line-height: 2em;
+    -webkit-text-size-adjust: 100%;
 }
 #nav ul li {
     list-style: none;
@@ -80,6 +81,7 @@
     text-align: right;
     color: #888;
     font-family: "Helvetica Neue Light", HelveticaNeue-Light, Arial, Helvetica, sans-serif;
+    -webkit-text-size-adjust: 100%;
 }
 #splash-info ul li {
     margin: 0;
@@ -96,6 +98,7 @@
     font-weight: bold;
     line-height: 2em;
     color: #888;
+    -webkit-text-size-adjust: 100%;
 }
 div#section-listing ol {
     list-style: none;