jenkins-bot has submitted this change and it was merged. Change subject: Make sure that the Footer appears after all other content. ......................................................................
Make sure that the Footer appears after all other content. Bug: 66322 Change-Id: I0d255c5fc8f518d45461b94d26dbc40f3797514e --- M less/android.less 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: BearND: Looks good to me, approved jenkins-bot: Verified diff --git a/less/android.less b/less/android.less index 823bc91..431f6e6 100644 --- a/less/android.less +++ b/less/android.less @@ -33,4 +33,5 @@ text-align: center; color: #888; font-size: 80%; + clear: both; } -- To view, visit https://gerrit.wikimedia.org/r/167842 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I0d255c5fc8f518d45461b94d26dbc40f3797514e Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/MobileApp Gerrit-Branch: master Gerrit-Owner: Dbrant <[email protected]> Gerrit-Reviewer: BearND <[email protected]> Gerrit-Reviewer: Brion VIBBER <[email protected]> Gerrit-Reviewer: Mhurd <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
