aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command
diff options
context:
space:
mode:
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 */