From 0b0359632461e45fcda1510d2562d6c17eedc45b Mon Sep 17 00:00:00 2001 From: Gianluca Montecchi Date: Tue, 25 Jan 2011 00:07:12 +0100 Subject: [PATCH] Left aligned the table cells --- libbe/command/html.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 */ -- 2.26.2