Fix CSS stuff

This commit is contained in:
Eike Foken
2011-09-01 19:17:10 +02:00
parent a217d0e085
commit 01c5bb15ba
2 changed files with 3 additions and 3 deletions

View File

@@ -170,7 +170,7 @@ div.error {
margin: 0; margin: 0;
padding: 0 15px; padding: 0 15px;
border-top: 1px solid #e8e8e8; border-top: 1px solid #e8e8e8;
background: url(../images/navigation-off.gif) repeat-x; background: url(../images/navigation-on.gif) repeat-x;
line-height: 24px; line-height: 24px;
height: 100%; height: 100%;
display: block; display: block;
@@ -188,7 +188,7 @@ div.error {
} }
.navigation ul li.active { .navigation ul li.active {
background: url(../images/navigation-on.gif) repeat-x; background: url(../images/navigation-off.gif) repeat-x;
} }
.navigation ul li.active a { .navigation ul li.active a {
@@ -529,7 +529,7 @@ ul.tabs li {
margin-bottom: -1px; /* Pull the list item down 1px */ margin-bottom: -1px; /* Pull the list item down 1px */
overflow: hidden; overflow: hidden;
position: relative; position: relative;
background: #e0e0e0 url('../images/navigation-off.gif'); background: #e0e0e0 url('../images/tabs-back.gif');
} }
ul.tabs li a { ul.tabs li a {

BIN
assets/images/tabs-back.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 B