diff --git a/wp-content/themes/twentyten/header.php b/wp-content/themes/twentyten/header.php index b50120e6d..4adef9071 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 038237299..000000000 --- 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 5ca7d0381..a93a6e0b2 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