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 @@
>
-
-
-
-
-
-
-
-
-
>
-
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