From: Trevor Parscal Date: Tue, 7 Jul 2009 00:11:37 +0000 (+0000) Subject: Made things look a little better without images X-Git-Tag: 1.31.0-rc.0~41076 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=6209b9734c2ce6cd2bcb6568adedf803db70375f;p=lhc%2Fweb%2Fwiklou.git Made things look a little better without images --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index 56b8d67815..9ff22f6739 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -8,6 +8,7 @@ body { font-size: small; } body { + background-color: #f3f3f3; background-image: url(images/page-base.png); } /* Content */ @@ -102,6 +103,7 @@ div#head h5 { height: 100%; margin: 0; padding: 0; + background-color: #f3f3f3; background-image: url(images/tab-normal-fade.png); background-position: bottom left; background-repeat: repeat-x; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index 7f1e383736..d43d7c3c40 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -21,6 +21,7 @@ body { font-size: small; } body { + background-color: #f3f3f3; background-image: url(images/page-base.png); } /* Content */ @@ -115,6 +116,7 @@ div#head h5 { height: 100%; margin: 0; padding: 0; + background-color: #f3f3f3; background-image: url(images/tab-normal-fade.png); background-position: bottom right; background-repeat: repeat-x;