James Moger
2011-04-05 232890f03476b8bb231d17883eb0faff93ec5049
resources/gitblit.css
@@ -175,6 +175,32 @@
   border-width: 1px 0px 1px;
}
div.bug_open {
   padding: 2px;
   background-color: #800000;
   color: white;
   text-align: center;
}
div.bug_resolved {
   padding: 2px;
   background-color: #008000;
   color: white;
   text-align: center;
}
div.bug_invalid {
   padding: 2px;
   background-color: gray;
   text-align: center;
}
div.bug_hold {
   padding: 2px;
   background-color: orange;
   text-align: center;
}
a.list {
   text-decoration: none;
   color: #000000;