comparison dashboard.css @ 2:5aa3693fe1ac

Replaced priority column w/ importance, added css styling for priority+severity components.
author Atul Varma <varmaa@toolness.com>
date Sun, 07 Mar 2010 14:51:03 -0800
parents 32d83aaf1afe
children 5eb1d8b6f017
comparison
equal deleted inserted replaced
1:bddbe7723643 2:5aa3693fe1ac
39 } 39 }
40 40
41 th, td { 41 th, td {
42 padding: 0.5em; 42 padding: 0.5em;
43 } 43 }
44
45 .P1.critical, .P1.blocker {
46 color: red;
47 }