diff options
-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%; |