From: Arun Persaud Date: Wed, 8 Oct 2008 05:01:31 +0000 (-0700) Subject: LAYOUT: fixed overflow of comment area (issue #28) X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=9cbbe2da9cde298ec2fbacc5029388b2a33db9f8 LAYOUT: fixed overflow of comment area (issue #28) found by Sean during extensive testing ;) should behave better now. Signed-off-by: Arun Persaud --- diff --git a/css/standard012.css b/css/standard013.css similarity index 99% rename from css/standard012.css rename to css/standard013.css index e7fd8a4..39172f5 100644 --- a/css/standard012.css +++ b/css/standard013.css @@ -354,6 +354,9 @@ ul.tricks li div div.card3 span.comment{ span.comment{ border: 3px solid green; + max-height:6em; + overflow: auto; + word-wrap: break-word; } ul.tricks li div div span.comment span{ diff --git a/include/output.php b/include/output.php index f2fe524..dd2e535 100644 --- a/include/output.php +++ b/include/output.php @@ -270,7 +270,7 @@ function output_header() e-Doko - +