From: Gianluca Montecchi Date: Mon, 24 Jan 2011 23:07:12 +0000 (+0100) Subject: Left aligned the table cells X-Git-Tag: 1.1.0~241^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0b0359632461e45fcda1510d2562d6c17eedc45b;p=be.git Left aligned the table cells --- diff --git a/libbe/command/html.py b/libbe/command/html.py index 1ac6247..bbf26ae 100644 --- a/libbe/command/html.py +++ b/libbe/command/html.py @@ -694,11 +694,11 @@ class HTMLGen (object): tr.fatal { background-color: #FF3300;} tr.fatal:hover { background-color: #D60000;} - td.uuid { text-align: center; width: 5%; border-style: dotted;} - td.status { text-align: center; width: 5%; border-style: dotted;} - td.severity { text-align: center; width: 5%; border-style: dotted;} + td.uuid { width: 5%; border-style: dotted;} + td.status { width: 5%; border-style: dotted;} + td.severity { width: 5%; border-style: dotted;} td.summary { border-style: dotted;} - td.date { text-align: center; width: 25%; border-style: dotted;} + td.date { width: 25%; border-style: dotted;} /* bug detail pages */