Jack Phoenix has submitted this change and it was merged.

Change subject: s/cleared/visualClear/; the visualClear CSS is defined by core 
and always guaranteed to be available
......................................................................


s/cleared/visualClear/; the visualClear CSS is defined by core and always 
guaranteed to be available

Change-Id: Ib4e19466157654e0139a2666c8e3fb27b40f8d1b
---
M ChallengeHistory.php
M ChallengeUser.php
M templates/challengeuser.tmpl.php
3 files changed, 4 insertions(+), 4 deletions(-)

Approvals:
  Jack Phoenix: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/ChallengeHistory.php b/ChallengeHistory.php
index d537a4b..cfdbb68 100644
--- a/ChallengeHistory.php
+++ b/ChallengeHistory.php
@@ -109,7 +109,7 @@
                $out .= $this->msg( 'word-separator' )->escaped();
                $out .= "{$standings_link}
                        </div>
-                       <div class=\"cleared\"></div>
+                       <div class=\"visualClear\"></div>
                </div>
 
                <table class=\"challenge-history-table\">
diff --git a/ChallengeUser.php b/ChallengeUser.php
index 75d35b4..9203cd4 100644
--- a/ChallengeUser.php
+++ b/ChallengeUser.php
@@ -81,7 +81,7 @@
                                $out .= $this->msg( 'challengeuser-sent', 
$this->user_name_to )->parse();
                                $out .= '</div>';
 
-                               $out .= '<div class="cleared"></div>';
+                               $out .= '<div class="visualClear"></div>';
 
                                $output->addHTML( $out );
                        } else {
diff --git a/templates/challengeuser.tmpl.php b/templates/challengeuser.tmpl.php
index 727facc..599788c 100644
--- a/templates/challengeuser.tmpl.php
+++ b/templates/challengeuser.tmpl.php
@@ -52,7 +52,7 @@
                        ) ); ?>)</div>
                </div>
        </div>
-       <div class="cleared"></div>
+       <div class="visualClear"></div>
 
        <div class="challenge-user-title"><?php echo wfMessage( 
'challengeuser-enter-info' )->plain() ?></div>
        <form action="" method="post" enctype="multipart/form-data" 
name="challenge">
@@ -91,7 +91,7 @@
                <div class="challenge-buttons">
                        <input type="button" class="createbox 
challenge-send-button site-button" value="<?php echo wfMessage( 
'challengeuser-submit-button' )->plain() ?>" size="20" />
                </div>
-               <div class="cleared"></div>
+               <div class="visualClear"></div>
        </form>
 <?php
        } // execute()

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib4e19466157654e0139a2666c8e3fb27b40f8d1b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Challenge
Gerrit-Branch: master
Gerrit-Owner: Jack Phoenix <[email protected]>
Gerrit-Reviewer: Jack Phoenix <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to