X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fabout.css;h=8467a50d81ccf938c683aacc2e71cc7dd5eaaaa2;hb=918c9e49a243680984f89a7ab4ccdf64d1a41607;hp=c626cdcc8437368c29e1dd2d1485363f7fce1dc2;hpb=02920d2b69ae86d5762a1874ba85d273c38bac75;p=themes.git diff --git a/EarlyBlue/global/about.css b/EarlyBlue/global/about.css index c626cdcc..8467a50d 100644 --- a/EarlyBlue/global/about.css +++ b/EarlyBlue/global/about.css @@ -1,7 +1,7 @@ html { background-color: #CCD0DD; padding: 0 1em; - font: 11px helvetica,arial,tahoma,sans-serif; + font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; } body { @@ -11,9 +11,8 @@ body { max-width: 50em; margin: 4em auto; border: 1px solid #666699; - -moz-border-radius: 10px; padding: 3em; - -moz-padding-start: 30px; + padding-inline-start: 30px; background: #FFFFFF; } @@ -36,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; } @@ -54,3 +54,8 @@ ul > li { th, td { padding: 0 5px; } + +.columns { + -moz-column-width: 20em; + -moz-column-gap: 3em; +}