From 28652fa4869ff8f4a7121bfb8a58241486656cad Mon Sep 17 00:00:00 2001 From: Darren Date: Sat, 24 May 2014 16:26:47 +0100 Subject: [PATCH] Core theme tweaks --- client/assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/assets/css/style.css b/client/assets/css/style.css index 0364b19..753ad8f 100644 --- a/client/assets/css/style.css +++ b/client/assets/css/style.css @@ -47,13 +47,13 @@ html, body { height:100%; } } -#kiwi .toolbar .tabs { margin-right: 200px; } +#kiwi .toolbar .tabs { margin-right: 200px; overflow: hidden; } #kiwi .toolbar .panellist { overflow: hidden; display:block; } #kiwi .toolbar .panellist li { - float: left; list-style: inline; + float: left; list-style: none; display:inline; position:relative; padding:5px; margin:3px; cursor: pointer; -- 2.25.1