X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=style.less;h=bca514e29ed7eca76ba2943900304f8cd9d40e40;hb=fc958e7a90b6cb08df31e3ad30791a572d053358;hp=b78dfde493e0a78d2e76d9c24528548038b56d92;hpb=00cbef41a56cda9f776b7af265f025e3daa70602;p=hexbog.git 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;