Merge branch 'release/1.1.3' into develop

master
Michael Rose 2013-10-11 11:43:22 -04:00
commit a993514ab5
2 changed files with 8 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

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