From: Jason Woofenden Date: Thu, 2 May 2013 09:36:28 +0000 (-0400) Subject: css fix: add missing width: property on tabs X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=commitdiff_plain;h=e1c37a707f4a2e91f1d8f447385cffc9cbd32f9a css fix: add missing width: property on tabs --- 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;