third part of syncing LCARStrek with Firefox 55 browser windows theme changes
[themes.git] / LCARStrek / global / about.css
index 1e5a1074f63ef8a7d19e2bb57ceece817c1bd6f1..cc93ea64255bcb85e4119bdda0d1fa3377e6ec2f 100644 (file)
@@ -13,7 +13,7 @@ body {
   border: 1px solid #9C9CFF;
   border-radius: 10px;
   padding: 3em;
-  -moz-padding-start: 30px;
+  padding-inline-start: 30px;
   background: #000000;
 }
 
@@ -41,13 +41,14 @@ img {
   color: #008484;
   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;
 }
@@ -60,11 +61,6 @@ th, td {
   padding: 0 5px;
 }
 
-.columns {
-  -moz-column-width: 20em;
-  -moz-column-gap: 3em;
-}
-
 a:link {
   color: #3333FF;
 }