Left aligned the table cells
authorGianluca Montecchi <gian@grys.it>
Mon, 24 Jan 2011 23:07:12 +0000 (00:07 +0100)
committerGianluca Montecchi <gian@grys.it>
Mon, 24 Jan 2011 23:07:12 +0000 (00:07 +0100)
libbe/command/html.py

index 1ac6247f9cbf7a65ae9b568b715d3df18bd6dfb6..bbf26ae029e5542e4f4295347fbcea32740b0adc 100644 (file)
@@ -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 */