diff options
author | lpsolit%gmail.com <> | 2009-12-30 15:37:02 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-12-30 15:37:02 +0100 |
commit | 202d74c2bd67b143430220515200b52c1fc0e51d (patch) | |
tree | e134653ed991bb5517534ec8631cc1ae6345fa5c | |
parent | d85bbb0d2e32f385fcb267fd123ea753b76afed0 (diff) | |
download | bugzilla-202d74c2bd67b143430220515200b52c1fc0e51d.tar.gz bugzilla-202d74c2bd67b143430220515200b52c1fc0e51d.tar.xz |
Bug 537083: The attachment table is too narrow by default - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
-rw-r--r-- | skins/standard/global.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/skins/standard/global.css b/skins/standard/global.css index a7b4b253e..438559216 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -399,7 +399,6 @@ dl dl > dt { /* Style of the attachment table and time tracking table */ #attachment_table { border-collapse: collapse; - width: 40em; border: 1px solid #333333; } |