Merge branch 'release/1.1.3'

This commit is contained in:
Michael Rose 2013-10-11 11:43:21 -04:00
commit 13eefd7fa0

View File

@ -345,3 +345,10 @@ All this is done for any sub-level being entered.
.dl-menuwrapper ul { .dl-menuwrapper ul {
background: @comp-color; background: @comp-color;
} }
// Fix for IE
.dl-menu li {
display: none
}
.dl-menuopen li {
display: block
}