lib/markout/formatters/html/templates/default/screen.css in karmi-markout-0.1.2 vs lib/markout/formatters/html/templates/default/screen.css in karmi-markout-0.1.3
- old
+ new
@@ -161,14 +161,28 @@
margin: 0 4px 0 4px;
padding: 0;
}
#history .revision pre {
+ background: none;
+ line-height: 120%;
border: none;
margin: 0;
- padding: 0;
+ padding: 0 1em 0 1em;
}
#history .revision code {
margin: 0;
padding: 0;
+}
+
+#history .diff ins,
+#history .diff .ins {
+ color: green;
+ text-decoration: none;
+}
+
+#history .diff del,
+#history .diff .del {
+ color: red;
+ text-decoration: none;
}