X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fabout.css;h=cc93ea64255bcb85e4119bdda0d1fa3377e6ec2f;hp=1e5a1074f63ef8a7d19e2bb57ceece817c1bd6f1;hb=dbad77eabc8467c637024bc9963f45310d15565c;hpb=dbd844cb7cf3813ee33ce4ef53ca93b53e03e67d diff --git a/LCARStrek/global/about.css b/LCARStrek/global/about.css index 1e5a1074..cc93ea64 100644 --- a/LCARStrek/global/about.css +++ b/LCARStrek/global/about.css @@ -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; }