aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command
diff options
context:
space:
mode:
authorGianluca Montecchi <gian@grys.it>2011-01-25 00:07:12 +0100
committerGianluca Montecchi <gian@grys.it>2011-01-25 00:07:12 +0100
commit0b0359632461e45fcda1510d2562d6c17eedc45b (patch)
treee3ebc6d0d5b814f2e165feaa4035d75e6efe6d3f /libbe/command
parentd61d54ce33022f0613c5e19e2f52be4ab77c4664 (diff)
downloadbugseverywhere-0b0359632461e45fcda1510d2562d6c17eedc45b.tar.gz
Left aligned the table cells
Diffstat (limited to 'libbe/command')
-rw-r--r--libbe/command/html.py8
1 files 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 */