aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dudle.css3
-rw-r--r--participate.rb2
-rw-r--r--print.css4
3 files changed, 5 insertions, 4 deletions
diff --git a/dudle.css b/dudle.css
index 6f37cd7..2ef2f4e 100644
--- a/dudle.css
+++ b/dudle.css
@@ -81,9 +81,6 @@ h1 {
text-align: center;
}
-div#history{
- min-height: 24ex;
-}
div#add_comment{
float: left;
}
diff --git a/participate.rb b/participate.rb
index 79a72ef..0e3f062 100644
--- a/participate.rb
+++ b/participate.rb
@@ -70,7 +70,7 @@ $htmlout += <<ADDCOMMENT
<label for='Commentname'>Name: </label>
<input id='Commentname' value='anonymous' type='text' name='commentname' />
<br />
- <textarea cols='50' rows='6' name='comment' ></textarea>
+ <textarea cols='50' rows='7' name='comment' ></textarea>
<br />
<input type='submit' value='Submit' />
</div>
diff --git a/print.css b/print.css
index c6fc34e..4bb2cc6 100644
--- a/print.css
+++ b/print.css
@@ -51,6 +51,10 @@ th {
background-color:black;
font-weight: normal;
}
+th a{
+ color: white;
+ text-decoration: none;
+}
td.date {
color: Gray;
text-align: left;