X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fabout.css;h=c626cdcc8437368c29e1dd2d1485363f7fce1dc2;hp=12e9281eb5109a5daa4c2565dc93fff4b67579aa;hb=8b17a53f795d5dac9741cb28dc374ddb927488ae;hpb=d0ff98fe138c1cd1eab8539080c37d24ffb51d3d diff --git a/EarlyBlue/global/about.css b/EarlyBlue/global/about.css index 12e9281e..c626cdcc 100644 --- a/EarlyBlue/global/about.css +++ b/EarlyBlue/global/about.css @@ -1,15 +1,11 @@ html { background-color: #CCD0DD; + padding: 0 1em; + font: 11px helvetica,arial,tahoma,sans-serif; } body { color: #000000; - font: 11px helvetica,arial,tahoma,sans-serif; - margin: 0; - padding: 0 1em; -} - -#aboutPageContainer { position: relative; min-width: 330px; max-width: 50em; @@ -22,7 +18,7 @@ body { } .aboutPageWideContainer { - max-width: 80% !important; + max-width: 80%; } #aboutLogoContainer { @@ -38,7 +34,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 +50,7 @@ ul { ul > li { margin-top: .5em; } + +th, td { + padding: 0 5px; +}