From: Jason Woofenden Date: Wed, 20 Feb 2013 22:59:00 +0000 (-0500) Subject: fix definition overflow X-Git-Url: https://jasonwoof.com/gitweb/?p=hexbog.git;a=commitdiff_plain;h=00cbef41a56cda9f776b7af265f025e3daa70602 fix definition overflow --- diff --git a/style.less b/style.less index d740865..b78dfde 100644 --- a/style.less +++ b/style.less @@ -215,7 +215,8 @@ body { border: 2px solid #a83; border-radius: 0 0 0 13px; } -#definition { +#definition_body { + height: @tab-height - @tabtab-height; overflow: auto; } #definition_credit {