From e1c37a707f4a2e91f1d8f447385cffc9cbd32f9a Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Thu, 2 May 2013 05:36:28 -0400 Subject: [PATCH] css fix: add missing width: property on tabs --- style.less | 1 + 1 file changed, 1 insertion(+) diff --git a/style.less b/style.less index bca514e..a1ec6e4 100644 --- a/style.less +++ b/style.less @@ -66,6 +66,7 @@ body { position: absolute; top: @tabs-top; height: @tabtab-height * 4 + @tab-height; + width: @right-width; } .tab + .tab, .selected-tab + .tab, .tab + .selected-tab { margin-top: 5px; -- 1.7.10.4