update the superfish
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 30 Jun 2014 14:57:47 +0000 (10:57 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 30 Jun 2014 14:57:47 +0000 (10:57 -0400)
fixing the padding in menu
update default time for menu to hide

superfish.css
tmp/superfish.js

index d1979e2..7696586 100755 (executable)
@@ -66,7 +66,7 @@
     margin-top: -2px;
     border: 2px solid black;
     border-top: 0;
-    
+
     }
 .sf-menu a {
        /* border-left: 1px solid #fff; */
@@ -96,7 +96,7 @@
     border: 0;
     }
 .sf-menu ul ul li {
-       background: rgb(56,73,93); 
+       background: rgb(56,73,93);
     }
 .sf-menu ul ul li a {
     color: white;
 
 /*** arrows (for all except IE7) **/
 .sf-arrows .sf-with-ul {
-       padding-right: 2.5em;
+       /*padding-right: 2.5em;*/
        *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
 }
 /* styling for both css and generated arrows */
index 4c42813..9f4267f 100755 (executable)
                hoverClass: 'sfHover',
                pathClass: 'overrideThisToUse',
                pathLevels: 1,
-               delay: 8000,
+               delay: 800,
                animation: {opacity: 'show'},
                animationOut: {opacity: 'hide'},
                speed: 'normal',