X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fabout.css;h=cf68269435bc0958a8bccdb033d10825653199e4;hp=18f2a6b618eed7d1c3cc2efd7632e0da86610c4c;hb=5651d9d47e25649b522f4d1c3d3f274594c5f641;hpb=02920d2b69ae86d5762a1874ba85d273c38bac75 diff --git a/LCARStrek/global/about.css b/LCARStrek/global/about.css index 18f2a6b6..cf682694 100644 --- a/LCARStrek/global/about.css +++ b/LCARStrek/global/about.css @@ -1,7 +1,7 @@ html { background-color: #000000; padding: 0 1em; - font: 11px helvetica,arial,tahoma,sans-serif; + font: 11px "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; } body { @@ -11,7 +11,7 @@ body { max-width: 50em; margin: 4em auto; border: 1px solid #9C9CFF; - -moz-border-radius: 10px; + border-radius: 10px; padding: 3em; -moz-padding-start: 30px; background: #000000; @@ -54,3 +54,8 @@ ul > li { th, td { padding: 0 5px; } + +.columns { + -moz-column-width: 20em; + -moz-column-gap: 3em; +}