Special:UserLogin: Align text to WikimediaUI color palette
authorVolker E <volker.e@wikimedia.org>
Sun, 8 Oct 2017 05:57:39 +0000 (22:57 -0700)
committerVolker E <volker.e@wikimedia.org>
Sun, 8 Oct 2017 05:57:39 +0000 (22:57 -0700)
Also removing unnecessary CSS `top` property.

Bug: T152025
Change-Id: I8945b7c610691de63eaadc465036833d851d1953

resources/src/mediawiki.special/mediawiki.special.userlogin.signup.css

index 19aee1e..29006b7 100644 (file)
@@ -41,10 +41,9 @@ div.mw-createacct-benefits-container h2 {
  * Needs an ID so that it's more specific than Vector's div#content h3.
  */
 #bodyContent div.mw-number-text h3 {
-       top: 0;
+       color: #222;
        margin: 0;
        padding: 0;
-       color: #252525;
        font-family: 'Linux Libertine', 'Georgia', 'Times', serif;
        font-weight: normal;
        font-size: 2.2em;
@@ -52,7 +51,7 @@ div.mw-createacct-benefits-container h2 {
        text-align: center;
 }
 
-/* Contains a number and explanatory text, with space for an icon */
+/* Contains a “headlined” number and explanatory text, with space for an icon */
 div.mw-number-text {
        display: block;
        font-size: 1.2em;