diff options
author | Byron Jones <bjones@mozilla.com> | 2013-08-09 21:52:25 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2013-08-09 21:52:25 +0200 |
commit | 8adaad7fda9776639d06f97703e2984e376232dc (patch) | |
tree | b07524a002b4f01f0abc169d38f3fc2b3cb91e9f | |
parent | 42688acf6d625308e818033f4fb7f44e15e03867 (diff) | |
download | bugzilla-8adaad7fda9776639d06f97703e2984e376232dc.tar.gz bugzilla-8adaad7fda9776639d06f97703e2984e376232dc.tar.xz |
Bug 902931: Mozilla theme should have white background in diff view
-rw-r--r-- | skins/contrib/Mozilla/global.css | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/skins/contrib/Mozilla/global.css b/skins/contrib/Mozilla/global.css index f281159d2..78bbaec86 100644 --- a/skins/contrib/Mozilla/global.css +++ b/skins/contrib/Mozilla/global.css @@ -370,12 +370,10 @@ table.edit_form hr { color: #404040; } -/* .bz_comment { - background: transparent; - border: none; - margin: 0 0 30px; - padding: 0; -} */ +/* background for diff views */ +.file_table, .file-table { + background: #ffffff; +} .bz_comment_table { width: 90%; |