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

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