Skip to content

Commit 673cf9c

Browse files
committed
Remove undesired background styling of table cells
1 parent e5d62e7 commit 673cf9c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

demo/codes.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -274,15 +274,3 @@ div.print-section a.disabled {
274274
.content_italics {
275275
font-style: italic;
276276
}
277-
278-
/*region Table Diffing Styles */
279-
td.del {
280-
background: repeating-linear-gradient(
281-
45deg,
282-
#ffffff,
283-
#ffffff 8px,
284-
#aaaaaa 5px,
285-
#aaaaaa 10px
286-
);
287-
}
288-
/*endregion */

0 commit comments

Comments
 (0)