Gerrit Patch Uploader has uploaded a new change for review. https://gerrit.wikimedia.org/r/127624
Change subject: Add clear:both to patrollink ...................................................................... Add clear:both to patrollink Bug: 64176 Change-Id: Ie125d87bf5f0629a508dde8fd2a85a1ecb9d3916 --- M includes/diff/DifferenceEngine.php M skins/common/shared.css 2 files changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/24/127624/1 diff --git a/includes/diff/DifferenceEngine.php b/includes/diff/DifferenceEngine.php index dd3f351..cc4b064 100644 --- a/includes/diff/DifferenceEngine.php +++ b/includes/diff/DifferenceEngine.php @@ -593,7 +593,7 @@ # @codingStandardsIgnoreEnd # Add redundant patrol link on bottom... - $out->addHTML( $this->markPatrolledLink() ); + $out->addHTML( '<div class="patrollink">' . $this->markPatrolledLink() . '</div>'); wfProfileOut( __METHOD__ ); } diff --git a/skins/common/shared.css b/skins/common/shared.css index 6b052b3..167a77e 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -190,6 +190,7 @@ } div.patrollink { + clear: both; font-size: 75%; text-align: right; } -- To view, visit https://gerrit.wikimedia.org/r/127624 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie125d87bf5f0629a508dde8fd2a85a1ecb9d3916 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Gerrit Patch Uploader <gerritpatchuploa...@gmail.com> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits