From: Darren Date: Sat, 24 May 2014 15:26:47 +0000 (+0100) Subject: Core theme tweaks X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=28652fa4869ff8f4a7121bfb8a58241486656cad;p=KiwiIRC.git Core theme tweaks --- 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;