git » wikiri » commit 1bb326c

Remove broken CSS attribute.

author Alberto Bertogli
2008-01-04 14:58:54 UTC
committer Alberto Bertogli
2008-01-04 14:58:54 UTC
parent 8d33180aaeda963fb35feec717f6806050f618c9

Remove broken CSS attribute.

We never used it, and it was broken. The proper attribute is "font-style",
but it doesn't even look good, so remove it altogether.

Signed-off-by: Alberto Bertogli <albertito@gmail.com>

wikiri.cgi +0 -1

diff --git a/wikiri.cgi b/wikiri.cgi
index cf7fd3b..9156f47 100755
--- a/wikiri.cgi
+++ b/wikiri.cgi
@@ -372,7 +372,6 @@ table.log td {
 
 table.log td.date {
 	white-space: nowrap;
-	text-style: italic;
 }
 
 table.log td.summary {