diff options
author | Jonathan Stanley <shs@users.sourceforge.net> | 2007-02-26 01:11:07 +0000 |
---|---|---|
committer | Jonathan Stanley <shs@users.sourceforge.net> | 2007-02-26 01:11:07 +0000 |
commit | 3fa9b786e9c0a17a78ab670fbd0c55ca9fca79e3 (patch) | |
tree | 4e00b4935ec4d9d0e57c1825ec0b6e9f5bf5f8c8 /phpBB/adm/style/admin.css | |
parent | f40c96b10fe996d18e4ad5c5d76292d61ba1380c (diff) | |
download | forums-3fa9b786e9c0a17a78ab670fbd0c55ca9fca79e3.tar forums-3fa9b786e9c0a17a78ab670fbd0c55ca9fca79e3.tar.gz forums-3fa9b786e9c0a17a78ab670fbd0c55ca9fca79e3.tar.bz2 forums-3fa9b786e9c0a17a78ab670fbd0c55ca9fca79e3.tar.xz forums-3fa9b786e9c0a17a78ab670fbd0c55ca9fca79e3.zip |
#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
Diffstat (limited to 'phpBB/adm/style/admin.css')
-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 */ |