Bug 1325232 Align the version in about: to the left draft
authorTomer Cohen <tomer@tomercohen.com>
Sat, 24 Dec 2016 16:34:57 +0200
changeset 453705 3c82d9c2f8ca4d91a492719f55faab66957a6fac
parent 453199 f6b01cb2179bd309cd32f4602a7cf681d7cf136b
child 453918 e2c36e264de5ca6c909d0d984c87b567eea2e4ea
push id39730
push userbmo:tomer.moz.bugs@tomercohen.com
push dateSat, 24 Dec 2016 14:36:47 +0000
bugs1325232
milestone53.0a1
Bug 1325232 Align the version in about: to the left MozReview-Commit-ID: rU3yPFYwXt
toolkit/themes/shared/about.css
--- a/toolkit/themes/shared/about.css
+++ b/toolkit/themes/shared/about.css
@@ -34,16 +34,17 @@ body {
 img {
   border: 0;
 }
 
 #version {
   font-weight: bold;
   color: #909090;
   margin: -24px 0 9px 17px;
+  text-align: left; /* Override direction alignment on RTL to make sure that the version will fit well on the background. bug 1325232 */
 }
 
 ul {
   margin: 0;
   margin-inline-start: 1.5em;
   padding: 0;
   list-style: square;
 }