eidolon/static/css/dropdown.css

15 lines
158 B
CSS
Raw Normal View History

2016-06-12 10:22:11 +00:00
.nav {
list-style: none;
font-weight: bold;
margin-bottom: 10px;
z-index: 5;
}
.nav ul {
display: none;
}
.nav li:hover ul {
display: inline-block;
}