From 85e8a51b1c51cc3aa54881d688d53e9846c04dc9 Mon Sep 17 00:00:00 2001 From: Serghei MIHAI Date: Tue, 19 Nov 2013 15:51:12 +0100 Subject: [PATCH] second level navigation items style improved --- plonetheme/pfbweb/static/css/pfbweb.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plonetheme/pfbweb/static/css/pfbweb.css b/plonetheme/pfbweb/static/css/pfbweb.css index c1d0845..fbe8eae 100644 --- a/plonetheme/pfbweb/static/css/pfbweb.css +++ b/plonetheme/pfbweb/static/css/pfbweb.css @@ -3434,6 +3434,10 @@ body.largeText #content-core p { top: 0; width: auto; } + + dl.portlet ul.navTreeLevel1 .navTreeItem { + display: inline; + } } @media screen and (min-width: 716px) and (max-width:950px) {