src_js/iconolab-bundle/src/components/diffviewer/style.css
changeset 156 e1e14766f608
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src_js/iconolab-bundle/src/components/diffviewer/style.css	Tue Aug 30 16:58:59 2016 +0200
@@ -0,0 +1,6 @@
+.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; }
\ No newline at end of file