X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fabout.css;h=a6c0e80c02d8787d0608a391b7cd81a2c9d5cc8c;hp=ceb9e4d316a61fb76ac11388d22a0a8ff4c18322;hb=e6947267ac09872af2aa1c74c74cb00d8581abe4;hpb=570c53ea16492622075efba14d5a5f363bc8e8b6 diff --git a/EarlyBlue/global/about.css b/EarlyBlue/global/about.css index ceb9e4d3..a6c0e80c 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,7 +11,6 @@ body { max-width: 50em; margin: 4em auto; border: 1px solid #666699; - -moz-border-radius: 10px; padding: 3em; -moz-padding-start: 30px; background: #FFFFFF; @@ -34,7 +33,10 @@ img { #version { font-weight: bold; color: #666699; - margin: -24px 0 9px 17px; + margin-top: -24px; + margin-bottom: 9px; + -moz-margin-start: 17px; + -moz-margin-end: 0; } ul { @@ -51,3 +53,8 @@ ul > li { th, td { padding: 0 5px; } + +.columns { + -moz-column-width: 20em; + -moz-column-gap: 3em; +}