X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=blobdiff_plain;f=style.less;fp=style.less;h=bca514e29ed7eca76ba2943900304f8cd9d40e40;hp=b78dfde493e0a78d2e76d9c24528548038b56d92;hb=a47a1d5f74374bb2945068a70f1a3987073209e6;hpb=6f6384594cea325b2b141576af1fd683a9adadb4 diff --git a/style.less b/style.less index b78dfde..bca514e 100644 --- a/style.less +++ b/style.less @@ -8,6 +8,7 @@ @tabs-top: 120px; @tabtab-height: 20px; // also in main.coffee @tab-height: 150px; // also in main.coffee +@tab-pad: 5px; @row-pad: 10px; @copyright-height: 20px; @@ -74,6 +75,10 @@ body { padding: 0 0 0 3px; background: @tabtab-color; } + .tabbody { + height: @tab-height - @tabtab-height - @tab-pad * 2; + padding: (@tab-pad - 1) (@tab-pad - 1) @tab-pad (@tab-pad + 1); + } .selected-tab, .tab { overflow: hidden; box-shadow: 1px 1px 3px #888;