diff options
author | Silvio <s1lv10@uol.com.br> | 2009-09-30 18:01:56 -0300 |
---|---|---|
committer | Silvio <s1lv10@uol.com.br> | 2009-09-30 18:01:56 -0300 |
commit | b74b6cdfa6427fb011349f271a6f862f385778ef (patch) | |
tree | 0f09f7a1a2668f3d4f233233f000a7145b50ea3f | |
parent | 61b5d06e3d06da889581547b1ba9989dfdc29d4a (diff) | |
download | finder_menu-b74b6cdfa6427fb011349f271a6f862f385778ef.tar.gz finder_menu-b74b6cdfa6427fb011349f271a6f862f385778ef.tar.bz2 |
Minor changes
-rw-r--r-- | finder_menu.css | 3 | ||||
-rw-r--r-- | finder_menu.js | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/finder_menu.css b/finder_menu.css index a3e674b..69bc874 100644 --- a/finder_menu.css +++ b/finder_menu.css @@ -6,9 +6,7 @@ body } .domenabled #finderparent { - /*border:1px solid #000;*/ position:relative; - /*height:150px;*/ z-index: 4; } .domenabled #finder @@ -57,7 +55,6 @@ body { color:#000; background-color:#ffffff; - /*padding-left:16px;*/ text-decoration:none; } diff --git a/finder_menu.js b/finder_menu.js index a0cf5b1..d7a36a4 100644 --- a/finder_menu.js +++ b/finder_menu.js @@ -48,7 +48,7 @@ function ul2finder() // if the user clicks on the link
lis[i].getElementsByTagName('a')[0].onclick=function()
{
- // loop through all lists inside finder
+ // loop through all lists inside finder
for(var i=0;i<uls.length;i++)
{
// avoid the list connected to this link
|