Dzahn has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/147640

Change subject: phab-login screen HTML-replace deprecated HTML
......................................................................

phab-login screen HTML-replace deprecated HTML

replace deprecated HTML (<font>, <center>) with
inline CSS that passes validator.w3.org

Change-Id: I1480f13988ddddfbc6f204458296071ff1d84496
---
M modules/phabricator/templates/auth_log_message.erb
1 file changed, 6 insertions(+), 8 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/40/147640/1

diff --git a/modules/phabricator/templates/auth_log_message.erb 
b/modules/phabricator/templates/auth_log_message.erb
index c0efba2..e45f904 100644
--- a/modules/phabricator/templates/auth_log_message.erb
+++ b/modules/phabricator/templates/auth_log_message.erb
@@ -1,11 +1,9 @@
-<font size="10"><center>
-<br>
-<b>
+<div style='font-weight:bold;font-size:1.8em;text-align:center'>
 This <a href="http://phabricator.org/";>Phabricator</a> portal is managed by the
 <a href="http://wikimediafoundation.org/wiki/Home";>Wikimedia Foundation</a>.
-</font><font size="5">
-<br>
-<br>
-<br>
+</div>
+
+<p style='font-weight:bold;font-size:0.9em;text-align:center'>
 Please click login to be connected with your existing credentials.
-<center></b></font>
+</p>
+

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1480f13988ddddfbc6f204458296071ff1d84496
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <dz...@wikimedia.org>

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

Reply via email to