diff --git a/src/zabapgit_css_common.w3mi.data.css b/src/zabapgit_css_common.w3mi.data.css index 8db14ac39..8da217de9 100644 --- a/src/zabapgit_css_common.w3mi.data.css +++ b/src/zabapgit_css_common.w3mi.data.css @@ -519,19 +519,17 @@ table.diff_tab code { white-space: pre; } table.diff_tab td.code { - /* font-family: inherit; */ - /* white-space: pre; */ word-wrap: break-word; white-space: pre-wrap; overflow: visible; } -table.diff_tab code span.keyword { color: #0a69ce; } -table.diff_tab code span.text { color: #48ce4f; } -table.diff_tab code span.comment { color: #808080; font-style: italic; } -table.diff_tab code span.xml_tag { color: #457ce3; } -table.diff_tab code span.attr { color: #b777fb; } -table.diff_tab code span.attr_val { color: #7a02f9; } +table.diff_tab .code span.keyword { color: #0a69ce; } +table.diff_tab .code span.text { color: #48ce4f; } +table.diff_tab .code span.comment { color: #808080; font-style: italic; } +table.diff_tab .code span.xml_tag { color: #457ce3; } +table.diff_tab .code span.attr { color: #b777fb; } +table.diff_tab .code span.attr_val { color: #7a02f9; } table.diff_tab tbody tr:first-child td { padding-top: 0.5em; } table.diff_tab tbody tr:last-child td { padding-bottom: 0.5em; }