diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-16 14:05:03 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-16 14:05:03 +0000 |
commit | c1b6dacf0875fda7595c8c48e1fde6cce21efe8d (patch) | |
tree | 62f8bd4960225d2b2bac846970555fcb61d0ae17 | |
parent | 6ad7a51a2967da83fe1d9d067ad42e469ccf6c6b (diff) | |
download | elgg-c1b6dacf0875fda7595c8c48e1fde6cce21efe8d.tar.gz elgg-c1b6dacf0875fda7595c8c48e1fde6cce21efe8d.tar.bz2 |
menu selected item ie6 fix
git-svn-id: https://code.elgg.org/elgg/trunk@1971 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | views/default/css.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/css.php b/views/default/css.php index 7f171fa12..9b8d30fbe 100644 --- a/views/default/css.php +++ b/views/default/css.php @@ -1399,7 +1399,7 @@ table.search_gallery { /* IE 6 + 7 menu arrow position fix */ * html #owner_block_submenu ul li.selected a { - background-position: left 8px; + background-position: left 10px; } *:first-child+html #owner_block_submenu ul li.selected a { background-position: left 8px; |