diff options
-rw-r--r-- | phpBB/adm/style/admin.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/adm/style/admin.css b/phpBB/adm/style/admin.css index f5da80c1d1..a07200c646 100644 --- a/phpBB/adm/style/admin.css +++ b/phpBB/adm/style/admin.css @@ -202,8 +202,6 @@ a:hover { .rtl #tabs a { float: right; - margin: 0 0 0 1px; - padding: 0 6px 0 0; } #tabs a span { @@ -216,11 +214,6 @@ a:hover { text-transform: uppercase; } -.rtl #tabs a span { - float: left; - padding: 7px 6px 6px 12px; -} - /* Commented Backslash Hack hides rule from IE5-Mac \*/ #tabs a span, .rtl #tabs a span { float:none;} /* End hack */ |