JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
css fix: add missing width: property on tabs
[hexbog.git] / style.less
index bca514e..a1ec6e4 100644 (file)
@@ -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;