Index: trunk/phase3/skins/vector/main-ltr.css |
— | — | @@ -8,6 +8,7 @@ |
9 | 9 | font-size: small; |
10 | 10 | } |
11 | 11 | body { |
| 12 | + background-color: #f3f3f3; |
12 | 13 | background-image: url(images/page-base.png); |
13 | 14 | } |
14 | 15 | /* Content */ |
— | — | @@ -102,6 +103,7 @@ |
103 | 104 | height: 100%; |
104 | 105 | margin: 0; |
105 | 106 | padding: 0; |
| 107 | + background-color: #f3f3f3; |
106 | 108 | background-image: url(images/tab-normal-fade.png); |
107 | 109 | background-position: bottom left; |
108 | 110 | background-repeat: repeat-x; |
Index: trunk/phase3/skins/vector/main-rtl.css |
— | — | @@ -21,6 +21,7 @@ |
22 | 22 | font-size: small; |
23 | 23 | } |
24 | 24 | body { |
| 25 | + background-color: #f3f3f3; |
25 | 26 | background-image: url(images/page-base.png); |
26 | 27 | } |
27 | 28 | /* Content */ |
— | — | @@ -115,6 +116,7 @@ |
116 | 117 | height: 100%; |
117 | 118 | margin: 0; |
118 | 119 | padding: 0; |
| 120 | + background-color: #f3f3f3; |
119 | 121 | background-image: url(images/tab-normal-fade.png); |
120 | 122 | background-position: bottom right; |
121 | 123 | background-repeat: repeat-x; |