CSS: Display span inside li as block too

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-25 16:49:48 +02:00
parent 7fb2307c1b
commit 4313d70b26
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ul.nav {
list-style-type: none;
// TODO(el): li.nav-item {
a {
a, span {
// Rollover
display: block;
}