https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113318

Revision: 113318
Author:   jdlrobson
Date:     2012-03-07 23:03:48 +0000 (Wed, 07 Mar 2012)
Log Message:
-----------
further stylesheet cleanup

why should nokia have a larger font size?
there is no reference to an element with id clearButton
anywhere in the MobileFrontend code

Modified Paths:
--------------
    trunk/extensions/MobileFrontend/stylesheets/android.css
    trunk/extensions/MobileFrontend/stylesheets/firefox.css
    trunk/extensions/MobileFrontend/stylesheets/iphone.css
    trunk/extensions/MobileFrontend/stylesheets/iphone2.css
    trunk/extensions/MobileFrontend/stylesheets/nokia.css
    trunk/extensions/MobileFrontend/stylesheets/webkit.css

Modified: trunk/extensions/MobileFrontend/stylesheets/android.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/android.css     2012-03-07 
23:01:49 UTC (rev 113317)
+++ trunk/extensions/MobileFrontend/stylesheets/android.css     2012-03-07 
23:03:48 UTC (rev 113318)
@@ -9,7 +9,4 @@
        }
 }
 
-#clearButton {
-       display: none;
-}
 

Modified: trunk/extensions/MobileFrontend/stylesheets/firefox.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/firefox.css     2012-03-07 
23:01:49 UTC (rev 113317)
+++ trunk/extensions/MobileFrontend/stylesheets/firefox.css     2012-03-07 
23:03:48 UTC (rev 113318)
@@ -5,10 +5,6 @@
        width: 27px;
 }
 
-#clearButton {
-       display: none;
-}
-
 #nav {
        margin-top: 8px;
 }

Modified: trunk/extensions/MobileFrontend/stylesheets/iphone.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/iphone.css      2012-03-07 
23:01:49 UTC (rev 113317)
+++ trunk/extensions/MobileFrontend/stylesheets/iphone.css      2012-03-07 
23:03:48 UTC (rev 113318)
@@ -11,10 +11,6 @@
        }
 }
 
-#clearButton {
-       display: none;
-}
-
 #ogg_player_1 {
        display: none;
 }

Modified: trunk/extensions/MobileFrontend/stylesheets/iphone2.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/iphone2.css     2012-03-07 
23:01:49 UTC (rev 113317)
+++ trunk/extensions/MobileFrontend/stylesheets/iphone2.css     2012-03-07 
23:03:48 UTC (rev 113318)
@@ -1,7 +1,3 @@
-#clearButton {
-       display: none;
-}
-
 #search {
        height: 1.3em;
 }

Modified: trunk/extensions/MobileFrontend/stylesheets/nokia.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/nokia.css       2012-03-07 
23:01:49 UTC (rev 113317)
+++ trunk/extensions/MobileFrontend/stylesheets/nokia.css       2012-03-07 
23:03:48 UTC (rev 113318)
@@ -1,7 +1 @@
-body {
-       font-size: 1.8em;
-}
-
-#clearButton {
-       display: none;
-}
+/* empty */

Modified: trunk/extensions/MobileFrontend/stylesheets/webkit.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/webkit.css      2012-03-07 
23:01:49 UTC (rev 113317)
+++ trunk/extensions/MobileFrontend/stylesheets/webkit.css      2012-03-07 
23:03:48 UTC (rev 113318)
@@ -9,8 +9,5 @@
        }
 }
 
-#clearButton {
-       display: none;
-}
 
 


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to