summaryrefslogtreecommitdiffstats
path: root/skins/standard/summarize-time.css
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-12-31 13:48:41 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2013-12-31 13:48:41 +0100
commit4fa178ae3f0f612cf91b26a2dea498602794be3b (patch)
treeae4bd380dfbc7e7f3d3392d9a4f9947a91e48077 /skins/standard/summarize-time.css
parent5a15633a1179f960e1726eebf7f38c7ee2f2b4f8 (diff)
downloadbugzilla-4fa178ae3f0f612cf91b26a2dea498602794be3b.tar.gz
bugzilla-4fa178ae3f0f612cf91b26a2dea498602794be3b.tar.xz
Bug 920681: Remove the cellspacing and cellpadding attributes from tables
r/a=justdave
Diffstat (limited to 'skins/standard/summarize-time.css')
-rw-r--r--skins/standard/summarize-time.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/skins/standard/summarize-time.css b/skins/standard/summarize-time.css
index c7ed96827..37b135b45 100644
--- a/skins/standard/summarize-time.css
+++ b/skins/standard/summarize-time.css
@@ -36,6 +36,16 @@ td.subtotal {
.number .owner_header, .owner .bug_header { background: #ffffff }
.number .owner_header2, .owner .bug_header2 { background: #EFEFEF }
+table.owner, table.number, table.zeroitems {
+ width: 90%;
+ border-collapse: collapse;
+}
+
+.owner th, .owner td, .number th, .number td,
+.zeroitems th, .zeroitems td {
+ padding: 0.2em;
+}
+
.warning_swapped_data {
border: 1px solid red;
margin: 1em;