mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 10:59:07 +01:00
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:
parent
750448871a
commit
9c8ad3b226
@ -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%;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user