From 2e193745a2bad75ea20af9a297dcf6be39f25fa7 Mon Sep 17 00:00:00 2001 From: Frederic Date: Thu, 20 Jun 2013 19:19:25 +0200 Subject: [PATCH] display: block for menulinks --- cash/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/cash/static/style.css b/cash/static/style.css index 6266213..ba58820 100644 --- a/cash/static/style.css +++ b/cash/static/style.css @@ -25,6 +25,7 @@ a, a:visited { a.menulink, a.menulink:visited { //line-height: 20px; + display: block; } a.menulink:hover {