#7504 part 2... the tabs don't need to much margin/padding fiddling after all.

git-svn-id: file:///svn/phpbb/trunk@7083 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Jonathan Stanley 2007-02-26 01:11:07 +00:00
parent f40c96b10f
commit 3fa9b786e9

View file

@ -202,8 +202,6 @@ a:hover {
.rtl #tabs a { .rtl #tabs a {
float: right; float: right;
margin: 0 0 0 1px;
padding: 0 6px 0 0;
} }
#tabs a span { #tabs a span {
@ -216,11 +214,6 @@ a:hover {
text-transform: uppercase; text-transform: uppercase;
} }
.rtl #tabs a span {
float: left;
padding: 7px 6px 6px 12px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/ /* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span, .rtl #tabs a span { float:none;} #tabs a span, .rtl #tabs a span { float:none;}
/* End hack */ /* End hack */