summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorChristopher Trom <chtrom@gmail.com>2013-08-30 10:46:24 +0200
committerSimon Green <sgreen@redhat.com>2013-08-30 10:46:24 +0200
commit56dc0a41954b488c1490895eef280bb63db66baf (patch)
tree97c54d0d0314e41d85d035037acf4908a99e30ab /skins
parent27bb05807772ff578f6b953fa4d1ec3164a2d34b (diff)
downloadbugzilla-56dc0a41954b488c1490895eef280bb63db66baf.tar.gz
bugzilla-56dc0a41954b488c1490895eef280bb63db66baf.tar.xz
Bug 547311 - Remove the "align" attribute from <th>
r=simon, a=sgreen
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/global.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css
index b1c9a7d07..51d7c29db 100644
--- a/skins/standard/global.css
+++ b/skins/standard/global.css
@@ -573,3 +573,6 @@ input.required, select.required, span.required_explanation {
form th {
text-align: right;
}
+th.left {
+ text-align: left;
+} \ No newline at end of file