Mholloway has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/370115 )

Change subject: Remove unneeded Parsoid styles
......................................................................

Remove unneeded Parsoid styles

These appear no longer necessary due to upstream changes.

Change-Id: I25e22594c12b6ac4001cd6ef4731155cbaa03ab9
---
M styles/android/parsoid.less
1 file changed, 3 insertions(+), 24 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileApp 
refs/changes/15/370115/1

diff --git a/styles/android/parsoid.less b/styles/android/parsoid.less
index e35b5e4..9992044 100644
--- a/styles/android/parsoid.less
+++ b/styles/android/parsoid.less
@@ -1,25 +1,4 @@
-// Copied some styles from minerva with different selectors since Parsoid uses 
different elements for thumbnails
-// see 
../../MobileFrontend/resources/skins.minerva.content.styles/thumbnails.less
-.content figure {
-       max-width: 100%;
-       -webkit-margin-before: 0 !important;
-       -webkit-margin-after: 0 !important;
-       -webkit-margin-start: 0 !important;
-       -webkit-margin-end: 0 !important;
-
-       img,
-       video {
-               margin: 0.6em auto 0.6em auto;
-               display: block;
-               clear: both;
-       }
-}
-
-.content figcaption {
-       margin: 0.5em 0 0;
-       font-size: 0.8em;
-       line-height: 1.5;
-       padding: 0 !important;
-       color: #555;
-       width: auto !important;
+.content figure img,video {
+       margin: 0.6em auto 0.6em auto;
+       display: block;
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I25e22594c12b6ac4001cd6ef4731155cbaa03ab9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileApp
Gerrit-Branch: master
Gerrit-Owner: Mholloway <mhollo...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to