From 0d210e4e955acee8e28c64115dc6740260c3c2ee Mon Sep 17 00:00:00 2001 From: Arno Kaimbacher Date: Tue, 21 Apr 2020 10:28:04 +0200 Subject: [PATCH] - #nav.transparent ul li a.current not floating right --- public/css/style.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 510759e..8f44337 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -354,12 +354,6 @@ section.normal { 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 */ .navigation ul li.right { float: right; }