Tweaks to mobile-webkit styles; see #12303

git-svn-id: http://svn.automattic.com/wordpress/trunk@13556 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iammattthomas 2010-03-02 18:59:08 +00:00
parent 750448871a
commit 9c8ad3b226
1 changed files with 2 additions and 2 deletions

View File

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