diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-07 11:42:19 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-01-07 11:42:19 +0100 |
commit | 2b574f4d63e4ada0db82ca5a56773b3acf771d78 (patch) | |
tree | b9523ffbccca38f11cf862fb2eb32d95737d9541 /skins/contrib/Dusk | |
parent | d4f65f36b7d31d50f39264882c5440b842429bba (diff) | |
download | bugzilla-2b574f4d63e4ada0db82ca5a56773b3acf771d78.tar.gz bugzilla-2b574f4d63e4ada0db82ca5a56773b3acf771d78.tar.xz |
Bug 840407: Remove the "align" and "valign" attributes
r/a=justdave
Diffstat (limited to 'skins/contrib/Dusk')
-rw-r--r-- | skins/contrib/Dusk/global.css | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/skins/contrib/Dusk/global.css b/skins/contrib/Dusk/global.css index f051a3b58..4f6e00341 100644 --- a/skins/contrib/Dusk/global.css +++ b/skins/contrib/Dusk/global.css @@ -66,12 +66,6 @@ hr { /* edit */ -#bugzilla-body th { - font-weight: bold; - vertical-align: top; - white-space: nowrap; -} - #bug-form td { padding-top: 2px; } |