r113318 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113317‎ | r113318 | r113319 >
Date:23:03, 7 March 2012
Author:jdlrobson
Status:ok
Tags:
Comment:
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 (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/firefox.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/iphone.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/iphone2.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/nokia.css (modified) (history)
  • /trunk/extensions/MobileFrontend/stylesheets/webkit.css (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/stylesheets/nokia.css
@@ -1,7 +1 @@
2 -body {
3 - font-size: 1.8em;
4 -}
5 -
6 -#clearButton {
7 - display: none;
8 -}
 2+/* empty */
Index: trunk/extensions/MobileFrontend/stylesheets/firefox.css
@@ -5,10 +5,6 @@
66 width: 27px;
77 }
88
9 -#clearButton {
10 - display: none;
11 -}
12 -
139 #nav {
1410 margin-top: 8px;
1511 }
Index: trunk/extensions/MobileFrontend/stylesheets/iphone2.css
@@ -1,7 +1,3 @@
2 -#clearButton {
3 - display: none;
4 -}
5 -
62 #search {
73 height: 1.3em;
84 }
Index: trunk/extensions/MobileFrontend/stylesheets/android.css
@@ -9,7 +9,4 @@
1010 }
1111 }
1212
13 -#clearButton {
14 - display: none;
15 -}
1613
Index: trunk/extensions/MobileFrontend/stylesheets/iphone.css
@@ -11,10 +11,6 @@
1212 }
1313 }
1414
15 -#clearButton {
16 - display: none;
17 -}
18 -
1915 #ogg_player_1 {
2016 display: none;
2117 }
Index: trunk/extensions/MobileFrontend/stylesheets/webkit.css
@@ -9,8 +9,5 @@
1010 }
1111 }
1212
13 -#clearButton {
14 - display: none;
15 -}
1613
1714

Status & tagging log