https://www.mediawiki.org/wiki/Special:Code/MediaWiki/109873
Revision: 109873
Author: preilly
Date: 2012-01-23 23:36:29 +0000 (Mon, 23 Jan 2012)
Log Message:
-----------
Bug 33906 - Class ".Z3988" is rendered invisible in both mobile wikipedia and
android-app for WP without cause.
Modified Paths:
--------------
trunk/extensions/MobileFrontend/stylesheets/android.css
trunk/extensions/MobileFrontend/stylesheets/blackberry.css
trunk/extensions/MobileFrontend/stylesheets/default.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/operamini.css
trunk/extensions/MobileFrontend/stylesheets/palm_pre.css
trunk/extensions/MobileFrontend/stylesheets/psp.css
trunk/extensions/MobileFrontend/stylesheets/simple.css
trunk/extensions/MobileFrontend/stylesheets/webkit.css
trunk/extensions/MobileFrontend/stylesheets/webkit_old.css
trunk/extensions/MobileFrontend/stylesheets/wii.css
Modified: trunk/extensions/MobileFrontend/stylesheets/android.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/android.css 2012-01-23
23:35:33 UTC (rev 109872)
+++ trunk/extensions/MobileFrontend/stylesheets/android.css 2012-01-23
23:36:29 UTC (rev 109873)
@@ -139,7 +139,7 @@
width: 1px;
}
-.printonly, .geo-multi-punct, .geo-nondefault, .Z3988 {
+.printonly, .geo-multi-punct, .geo-nondefault {
display: none;
}
Modified: trunk/extensions/MobileFrontend/stylesheets/blackberry.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/blackberry.css 2012-01-23
23:35:33 UTC (rev 109872)
+++ trunk/extensions/MobileFrontend/stylesheets/blackberry.css 2012-01-23
23:36:29 UTC (rev 109873)
@@ -143,7 +143,7 @@
width: 1px;
}
-.printonly, .geo-multi-punct, .geo-nondefault, .Z3988 {
+.printonly, .geo-multi-punct, .geo-nondefault {
display: none;
}
Modified: trunk/extensions/MobileFrontend/stylesheets/default.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/default.css 2012-01-23
23:35:33 UTC (rev 109872)
+++ trunk/extensions/MobileFrontend/stylesheets/default.css 2012-01-23
23:36:29 UTC (rev 109873)
@@ -139,7 +139,7 @@
width: 1px;
}
-.printonly, .geo-multi-punct, .geo-nondefault, .Z3988 {
+.printonly, .geo-multi-punct, .geo-nondefault {
display: none;
}
Modified: trunk/extensions/MobileFrontend/stylesheets/firefox.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/firefox.css 2012-01-23
23:35:33 UTC (rev 109872)
+++ trunk/extensions/MobileFrontend/stylesheets/firefox.css 2012-01-23
23:36:29 UTC (rev 109873)
@@ -139,7 +139,7 @@
width: 1px;
}
-.printonly, .geo-multi-punct, .geo-nondefault, .Z3988 {
+.printonly, .geo-multi-punct, .geo-nondefault {
display: none;
}
Modified: trunk/extensions/MobileFrontend/stylesheets/iphone.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/iphone.css 2012-01-23
23:35:33 UTC (rev 109872)
+++ trunk/extensions/MobileFrontend/stylesheets/iphone.css 2012-01-23
23:36:29 UTC (rev 109873)
@@ -139,7 +139,7 @@
width: 1px;
}
-.printonly, .geo-multi-punct, .geo-nondefault, .Z3988 {
+.printonly, .geo-multi-punct, .geo-nondefault {
display: none;
}
Modified: trunk/extensions/MobileFrontend/stylesheets/iphone2.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/iphone2.css 2012-01-23
23:35:33 UTC (rev 109872)
+++ trunk/extensions/MobileFrontend/stylesheets/iphone2.css 2012-01-23
23:36:29 UTC (rev 109873)
@@ -139,7 +139,7 @@
width: 1px;
}
-.printonly, .geo-multi-punct, .geo-nondefault, .Z3988 {
+.printonly, .geo-multi-punct, .geo-nondefault {
display: none;
}
Modified: trunk/extensions/MobileFrontend/stylesheets/nokia.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/nokia.css 2012-01-23
23:35:33 UTC (rev 109872)
+++ trunk/extensions/MobileFrontend/stylesheets/nokia.css 2012-01-23
23:36:29 UTC (rev 109873)
@@ -139,7 +139,7 @@
width: 1px;
}
-.printonly, .geo-multi-punct, .geo-nondefault, .Z3988 {
+.printonly, .geo-multi-punct, .geo-nondefault {
display: none;
}
Modified: trunk/extensions/MobileFrontend/stylesheets/operamini.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/operamini.css 2012-01-23
23:35:33 UTC (rev 109872)
+++ trunk/extensions/MobileFrontend/stylesheets/operamini.css 2012-01-23
23:36:29 UTC (rev 109873)
@@ -139,7 +139,7 @@
width: 1px;
}
-.printonly, .geo-multi-punct, .geo-nondefault, .Z3988 {
+.printonly, .geo-multi-punct, .geo-nondefault {
display: none;
}
Modified: trunk/extensions/MobileFrontend/stylesheets/palm_pre.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/palm_pre.css 2012-01-23
23:35:33 UTC (rev 109872)
+++ trunk/extensions/MobileFrontend/stylesheets/palm_pre.css 2012-01-23
23:36:29 UTC (rev 109873)
@@ -139,7 +139,7 @@
width: 1px;
}
-.printonly, .geo-multi-punct, .geo-nondefault, .Z3988 {
+.printonly, .geo-multi-punct, .geo-nondefault {
display: none;
}
Modified: trunk/extensions/MobileFrontend/stylesheets/psp.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/psp.css 2012-01-23 23:35:33 UTC
(rev 109872)
+++ trunk/extensions/MobileFrontend/stylesheets/psp.css 2012-01-23 23:36:29 UTC
(rev 109873)
@@ -139,7 +139,7 @@
width: 1px;
}
-.printonly, .geo-multi-punct, .geo-nondefault, .Z3988 {
+.printonly, .geo-multi-punct, .geo-nondefault {
display: none;
}
Modified: trunk/extensions/MobileFrontend/stylesheets/simple.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/simple.css 2012-01-23
23:35:33 UTC (rev 109872)
+++ trunk/extensions/MobileFrontend/stylesheets/simple.css 2012-01-23
23:36:29 UTC (rev 109873)
@@ -139,7 +139,7 @@
width: 1px;
}
-.printonly, .geo-multi-punct, .geo-nondefault, .Z3988 {
+.printonly, .geo-multi-punct, .geo-nondefault {
display: none;
}
Modified: trunk/extensions/MobileFrontend/stylesheets/webkit.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/webkit.css 2012-01-23
23:35:33 UTC (rev 109872)
+++ trunk/extensions/MobileFrontend/stylesheets/webkit.css 2012-01-23
23:36:29 UTC (rev 109873)
@@ -139,7 +139,7 @@
width: 1px;
}
-.printonly, .geo-multi-punct, .geo-nondefault, .Z3988 {
+.printonly, .geo-multi-punct, .geo-nondefault {
display: none;
}
Modified: trunk/extensions/MobileFrontend/stylesheets/webkit_old.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/webkit_old.css 2012-01-23
23:35:33 UTC (rev 109872)
+++ trunk/extensions/MobileFrontend/stylesheets/webkit_old.css 2012-01-23
23:36:29 UTC (rev 109873)
@@ -139,7 +139,7 @@
width: 1px;
}
-.printonly, .geo-multi-punct, .geo-nondefault, .Z3988 {
+.printonly, .geo-multi-punct, .geo-nondefault {
display: none;
}
Modified: trunk/extensions/MobileFrontend/stylesheets/wii.css
===================================================================
--- trunk/extensions/MobileFrontend/stylesheets/wii.css 2012-01-23 23:35:33 UTC
(rev 109872)
+++ trunk/extensions/MobileFrontend/stylesheets/wii.css 2012-01-23 23:36:29 UTC
(rev 109873)
@@ -144,7 +144,7 @@
width: 1px;
}
-.printonly, .geo-multi-punct, .geo-nondefault, .Z3988 {
+.printonly, .geo-multi-punct, .geo-nondefault {
display: none;
}
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs