From f1961ae08d93047b6072cfdf76e0dd19150cb53c Mon Sep 17 00:00:00 2001 From: iammattthomas Date: Wed, 3 Mar 2010 00:38:00 +0000 Subject: [PATCH] Moving mobile webkit styles to style.css; adjusting widget_search label and site-description sizes. See #12303 git-svn-id: http://svn.automattic.com/wordpress/trunk@13566 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyten/header.php | 12 ----------- wp-content/themes/twentyten/mobile-webkit.css | 14 ------------- wp-content/themes/twentyten/style.css | 21 +++++++++++++++++++ 3 files changed, 21 insertions(+), 26 deletions(-) delete mode 100644 wp-content/themes/twentyten/mobile-webkit.css diff --git a/wp-content/themes/twentyten/header.php b/wp-content/themes/twentyten/header.php index b50120e6d4..4adef9071c 100644 --- a/wp-content/themes/twentyten/header.php +++ b/wp-content/themes/twentyten/header.php @@ -2,7 +2,6 @@ > - <?php if ( is_single() ) { single_post_title(); echo ' | '; bloginfo('name'); @@ -18,28 +17,18 @@ wp_title(''); echo ' | '; bloginfo('name'); twentyten_the_page_number(); } ?> - - - - - - - - >
- diff --git a/wp-content/themes/twentyten/mobile-webkit.css b/wp-content/themes/twentyten/mobile-webkit.css deleted file mode 100644 index 038237299e..0000000000 --- a/wp-content/themes/twentyten/mobile-webkit.css +++ /dev/null @@ -1,14 +0,0 @@ -/* Mobile Safari ( iPad, iPhone and iPod Touch ) --------------------------------------------------------------- */ - -pre { - -webkit-text-size-adjust: 140%; -} - -code { - -webkit-text-size-adjust: 160%; -} - -#access, .entry-meta, .entry-utility, .navigation, .widget-area { - -webkit-text-size-adjust: 120%; -} diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 5ca7d03813..a93a6e0b2a 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -1178,3 +1178,24 @@ img#wpstats { display:block; margin: 0 auto 10px; } + + + +/* Mobile Safari ( iPad, iPhone and iPod Touch ) +-------------------------------------------------------------- */ + +pre { + -webkit-text-size-adjust: 140%; +} + +code { + -webkit-text-size-adjust: 160%; +} + +#access, .entry-meta, .entry-utility, .widget_search label, .navigation, .widget-area { + -webkit-text-size-adjust: 120%; +} + +#site-description { + -webkit-text-size-adjust: none; +} \ No newline at end of file