merging 5.5.5 changes

This commit is contained in:
JT Smith 2004-03-03 00:23:18 +00:00
parent 3600ca2ff4
commit b2d7774ae2
2 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1,2 @@
.tabBody, div.tabs { position: relative; }

View file

@ -1,3 +1,4 @@
@import "tabs-position.css";
.tab { .tab {
display: inline; display: inline;
text-decoration: none; text-decoration: none;
@ -12,13 +13,11 @@
.tabBody { .tabBody {
width: auto; width: auto;
position: relative;
padding: 8px 12px 12px 12px; padding: 8px 12px 12px 12px;
z-index: 500; z-index: 500;
} }
div.tabs { div.tabs {
position: relative;
top: 2px; top: 2px;
left: 8px; left: 8px;
white-space: nowrap; white-space: nowrap;