Yuvipanda has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/108708


Change subject: Minor stylistic fixes to make use of LESS features
......................................................................

Minor stylistic fixes to make use of LESS features

Change-Id: I1445658e53810bb11244e6c1df2689ab2ca6e045
---
M www/less/pagestyles.less
1 file changed, 10 insertions(+), 10 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia 
refs/changes/08/108708/1

diff --git a/www/less/pagestyles.less b/www/less/pagestyles.less
index 1a7b586..5e7f2fe 100644
--- a/www/less/pagestyles.less
+++ b/www/less/pagestyles.less
@@ -55,19 +55,19 @@
     margin: 8px 0px;
     /* Align everything inside a thumbnail to be centered */
     text-align: center;
-}
 
-.thumb .thumbinner {
-    /* Make sure that thumb takes up full width */
-    width: 100% !important;
-}
+    .thumbinner {
+        /* Make sure that thumb takes up full width */
+        width: 100% !important;
+    }
 
-.thumb .magnify {
-    display: none; /* Our parser is STUPID */
-}
+    .magnify {
+        display: none; /* Our parser is STUPID */
+    }
 
-.thumb .noresize {
-    overflow-x: auto; /* Scrollbars for images that shouldn't be squished */
+    .noresize {
+        overflow-x: auto; /* Scrollbars for images that shouldn't be squished 
*/
+    }
 }
 
 /* Makes sure that we don't have horizontal scrollbars for the entire page 
because

-- 
To view, visit https://gerrit.wikimedia.org/r/108708
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1445658e53810bb11244e6c1df2689ab2ca6e045
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <[email protected]>

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

Reply via email to