X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fabout.css;h=c626cdcc8437368c29e1dd2d1485363f7fce1dc2;hp=5337562ce36cbe597842933be12e7a959f55b356;hb=2665244bd3d403d2c15c443ec65f39fea7e933c1;hpb=df8c26c46020f7b778d46e6ceedc93e4d4cb6202 diff --git a/EarlyBlue/global/about.css b/EarlyBlue/global/about.css index 5337562c..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; @@ -21,6 +17,10 @@ body { background: #FFFFFF; } +.aboutPageWideContainer { + max-width: 80%; +} + #aboutLogoContainer { border: 1px solid #9999CC; width: 300px; @@ -34,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 { @@ -47,3 +50,7 @@ ul { ul > li { margin-top: .5em; } + +th, td { + padding: 0 5px; +}