second and final part of syncing both themes with toolkit windows theme changes in...
[themes.git] / EarlyBlue / global / about.css
index a6c0e80c02d8787d0608a391b7cd81a2c9d5cc8c..8467a50d81ccf938c683aacc2e71cc7dd5eaaaa2 100644 (file)
@@ -12,7 +12,7 @@ body {
   margin: 4em auto;
   border: 1px solid #666699;
   padding: 3em;
-  -moz-padding-start: 30px;
+  padding-inline-start: 30px;
   background: #FFFFFF;
 }
 
@@ -35,13 +35,14 @@ img {
   color: #666699;
   margin-top: -24px;
   margin-bottom: 9px;
-  -moz-margin-start: 17px;
-  -moz-margin-end: 0;
+  margin-inline-start: 17px;
+  margin-inline-end: 0;
+  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;
-  -moz-margin-start: 1.5em;
+  margin-inline-start: 1.5em;
   padding: 0;
   list-style: square;
 }