Make the font in diffs smaller (for now).
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 27 Mar 2010 13:20:10 -0400 |
parents |
f841259cc87e
|
children |
c43c4b53762b
|
branches/tags |
(none) |
files |
review/web_media/style.css |
Changes
--- a/review/web_media/style.css Sat Mar 27 13:03:00 2010 -0400
+++ b/review/web_media/style.css Sat Mar 27 13:20:10 2010 -0400
@@ -163,14 +163,21 @@
div.diff table tr.comment-line {
white-space: normal;
}
+div.diff table tr.con {
+ background: #DBF3D1;
+ font-size: 11px;
+}
div.diff table tr.add {
background: #DBF3D1;
+ font-size: 11px;
}
div.diff table tr.rem {
background: #FBDBDA;
+ font-size: 11px;
}
div.diff table tr.skipped {
background: #ccc;
+ font-size: 11px;
}
div.diff table tr td.diff-line div.line-data {
display: none;