From ba3dd00b14bd1f4f8b5a764749bf622c47ea17e5 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 9 Sep 2013 13:14:15 +0200 Subject: [PATCH] auto nav height --- teleforma/static/teleforma/css/teleforma.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/static/teleforma/css/teleforma.css b/teleforma/static/teleforma/css/teleforma.css index 74cd42c4..5608a382 100644 --- a/teleforma/static/teleforma/css/teleforma.css +++ b/teleforma/static/teleforma/css/teleforma.css @@ -560,7 +560,7 @@ color:#FFF; /* display block will make the link fill the whole area of LI */ #nav ul a { display:block; - height:22px; + height: auto; padding: 0.8em 0.5em 0.5em 0.5em; /* font-size: 0.9em; */ text-align:left; -- 2.39.5