Fix dropdowntab margins

This commit is contained in:
Thomas Gelf 2014-03-21 13:30:24 +00:00
parent 01f94c574d
commit b451af5fe7

View File

@ -44,6 +44,8 @@ ul.tabs li a:hover {
}
ul.dropdown-menu {
margin: 0;
padding: 0;
background-color: white;
position: absolute;
overflow: hidden;