[Rt-commit] rt branch, 4.0/page-menu-overlap, created. rt-4.0.4-233-gddece42
Alex Vandiver
alexmv at bestpractical.com
Fri Jun 15 13:28:50 EDT 2012
The branch, 4.0/page-menu-overlap has been created
at ddece420ba49ee2cbed760cab028cb3dce36ae51 (commit)
- Log -----------------------------------------------------------------
commit ddece420ba49ee2cbed760cab028cb3dce36ae51
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Jun 14 19:21:33 2012 -0400
Remove the bottom margin 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