Tweaks to mobile-webkit styles; see #12303

git-svn-id: https://develop.svn.wordpress.org/trunk@13556 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2010-03-02 18:59:08 +00:00
parent e451b71f9c
commit be0e181e96
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* Mobile Safari ( iPad, iPhone and iPod Touch ) /* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */ -------------------------------------------------------------- */
#access, .entry-meta, .navigation, pre { pre {
-webkit-text-size-adjust: 140%; -webkit-text-size-adjust: 140%;
} }
@ -9,6 +9,6 @@ code {
-webkit-text-size-adjust: 160%; -webkit-text-size-adjust: 160%;
} }
.widget-area { #access, .entry-meta, .entry-utility, .navigation, .widget-area {
-webkit-text-size-adjust: 120%; -webkit-text-size-adjust: 120%;
} }