- #nav.transparent ul li a.current not floating right

This commit is contained in:
Arno Kaimbacher 2020-04-21 10:28:04 +02:00
parent 7622c93473
commit 0d210e4e95

View File

@ -354,12 +354,6 @@ section.normal {
background: #2dc592; background: #2dc592;
} }
.navigation ul li a.current,
/* .navigation ul li a:hover {
background-color: #eee;
color: #757575;
} */
/* Float right the list item that should be right aligned */ /* Float right the list item that should be right aligned */
.navigation ul li.right { float: right; } .navigation ul li.right { float: right; }