From 9cbbe2da9cde298ec2fbacc5029388b2a33db9f8 Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 7 Oct 2008 22:01:31 -0700 Subject: [PATCH] LAYOUT: fixed overflow of comment area (issue #28) found by Sean during extensive testing ;) should behave better now. Signed-off-by: Arun Persaud --- css/{standard012.css => standard013.css} | 3 +++ include/output.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) rename css/{standard012.css => standard013.css} (99%) 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 - +