src_js/iconolab-bundle/src/components/diffviewer/style.css
author ymh <ymh.work@gmail.com>
Thu, 02 Aug 2018 11:08:33 +0200
changeset 590 b4464d8a84a3
parent 156 e1e14766f608
permissions -rw-r--r--
MAX_IMAGE_PIXELS must be set to None to be completely ignored.

.diff-viewer-wrapper {margin-top: 5px;}
.diff-panel {border: 1px solid gray; width: 300px; heigth: 250px;}

del { text-decoration: none;	color: #b30000;	background: #fadad7;}

ins {	background: #eaf2c2; color: #406619; text-decoration: none; }