Commit 1b539a4c8a78b71198a98637a128cc7d768c1c0b
- Date: Tue Apr 29 21:36:20 +0000 2008
- Committer: Johan Sørensen (johan@johansorensen.com)
- Author: Johan Sørensen (johan@johansorensen.com)
- Commit SHA1: 1b539a4c8a78b71198a98637a128cc7d768c1c0b
- Tree SHA1: c8d61d571c34f0effe62eda9d1422655b684decf
color code various events just a tiny bit
Commit diff
| |   |
| 1156 | 1156 | background: #b6babc; |
| 1157 | 1157 | } |
| 1158 | 1158 | |
| 1159 | .event_instance .event_category.comment { background: #a49d98; } |
| 1160 | .event_instance .event_category.project { background: #98a49f; } |
| 1161 | .event_instance .event_category.merge_request { background: #a2a498; } |
| 1162 | |
| 1159 | 1163 | /* repository meta (overview apge) */ |
| 1160 | 1164 | table.repository_meta { |
| 1161 | 1165 | /* border: 1px solid #ddd;*/ |
| toggle raw diff |
--- a/public/stylesheets/base.css
+++ b/public/stylesheets/base.css
@@ -1156,6 +1156,10 @@ ul.diff_stats small.deletions { color: #DC0000; }
background: #b6babc;
}
+.event_instance .event_category.comment { background: #a49d98; }
+.event_instance .event_category.project { background: #98a49f; }
+.event_instance .event_category.merge_request { background: #a2a498; }
+
/* repository meta (overview apge) */
table.repository_meta {
/* border: 1px solid #ddd;*/ |