LAYOUT: fixed overflow of comment area (issue #28)
authorArun Persaud <arun@nubati.net>
Wed, 8 Oct 2008 05:01:31 +0000 (22:01 -0700)
committerArun Persaud <arun@nubati.net>
Wed, 8 Oct 2008 05:01:31 +0000 (22:01 -0700)
found by Sean during extensive testing ;) should behave better now.

Signed-off-by: Arun Persaud <arun@nubati.net>
css/standard013.css [moved from css/standard012.css with 99% similarity]
include/output.php

similarity index 99%
rename from css/standard012.css
rename to css/standard013.css
index e7fd8a4157bdd02eaba4c5b04e5b9cc43a1850f5..39172f516396a6d4a3d12eb634c3b9179d1d077c 100644 (file)
@@ -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{
index f2fe52414dcb695c7135f1d68b7d92b838d89c15..dd2e5355fcf04e357cc4ba9f63c3e8c665d1cfbb 100644 (file)
@@ -270,7 +270,7 @@ function output_header()
      <title>e-Doko</title>
      <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" />
      <link rel="shortcut icon" type="image/x-icon" href="pics/edoko-favicon.png" />
-     <link rel="stylesheet" type="text/css" href="css/standard012.css" />
+     <link rel="stylesheet" type="text/css" href="css/standard013.css" />
      <script type="text/javascript">
        var current=0;
        function hl(num) {