From 6209b9734c2ce6cd2bcb6568adedf803db70375f Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Tue, 7 Jul 2009 00:11:37 +0000 Subject: [PATCH] Made things look a little better without images --- skins/vector/main-ltr.css | 2 ++ skins/vector/main-rtl.css | 2 ++ 2 files changed, 4 insertions(+) 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; -- 2.20.1