X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fabout.css;h=d69181771155ce87be4bfeb483c1cd668ef570d3;hp=c626cdcc8437368c29e1dd2d1485363f7fce1dc2;hb=c64e6c0decc589514d435b1c54c1f576bb09eee5;hpb=02920d2b69ae86d5762a1874ba85d273c38bac75 diff --git a/EarlyBlue/global/about.css b/EarlyBlue/global/about.css index c626cdcc..d6918177 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 { @@ -54,3 +54,8 @@ ul > li { th, td { padding: 0 5px; } + +.columns { + -moz-column-width: 20em; + -moz-column-gap: 3em; +}