From a19e836d63c74363a7fa9d821c20cf5da641df1a Mon Sep 17 00:00:00 2001 From: psychobunny Date: Thu, 29 Aug 2013 04:03:36 +0800 Subject: [PATCH] fixed taskbar, tabs were stacking vertically instead of horizontally --- public/css/header.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/css/header.less b/public/css/header.less index 2a50a6725a..055de41461 100644 --- a/public/css/header.less +++ b/public/css/header.less @@ -53,6 +53,8 @@ } li { + float: left; + a > span { .inline-block; max-width: 200px;