[Rt-commit] rt branch, 4.0/page-menu-overlap, created. rt-4.0.4-233-g8211243

Alex Vandiver alexmv at bestpractical.com
Thu Jun 14 19:24:40 EDT 2012


The branch, 4.0/page-menu-overlap has been created
        at  82112438ed6ab00507ba7979c559e25fa17fff85 (commit)

- Log -----------------------------------------------------------------
commit 82112438ed6ab00507ba7979c559e25fa17fff85
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Thu Jun 14 19:21:33 2012 -0400

    Remove the bottom padding that superfish adds to menus
    
    This caused nearby elements, such as column headings in search results,
    to not be clickable.
    
    See http://issues.bestpractical.com/Ticket/Display.html?id=19307

diff --git a/share/html/NoAuth/css/aileron/nav.css b/share/html/NoAuth/css/aileron/nav.css
index f7c4685..fc670ee 100644
--- a/share/html/NoAuth/css/aileron/nav.css
+++ b/share/html/NoAuth/css/aileron/nav.css
@@ -47,6 +47,7 @@
 %# END BPS TAGGED BLOCK }}}
 .sf-menu {
     width: 100%;
+    margin-bottom: 0;
 }
 
 .sf-menu li:hover {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list