diff --git a/threadr/style.css b/threadr/style.css index 5489b98..a7a65bc 100644 --- a/threadr/style.css +++ b/threadr/style.css @@ -323,19 +323,6 @@ ul.list li a.active { z-index: 1; } -.dropdown-link { - float: none; - color: %COLOR_BEIGE%; - padding: 14px 16px; - text-decoration: none; - display: block; - text-align: left; -} - -.dropdown-link:hover { - background-color: %COLOR_CYAN%; -} - .dropdown:hover .dropdown-content { display: block; }