James Moger
2011-04-23 f5d0ad7e706f1743b01dcc71f42112d533de89c2
src/com/gitblit/wicket/resources/gitblit.css
@@ -196,14 +196,14 @@
div.bug_open, span.bug_open {
   padding: 2px;
   background-color: #800000;
   background-color: #803333;
   color: white;   
   text-align: center;
}
div.bug_resolved, span.bug_resolved {
   padding: 2px;
   background-color: #008000;
   background-color: #408040;
   color: white;
   text-align: center;
}
@@ -426,6 +426,16 @@
table.pretty, table.comments, table.repositories {
   width:100%;
}
table.pretty td.icon {
   padding: 0px;
   width: 20px;
}
table.pretty td.icon img {
   vertical-align: top;
}
table.pretty td {
   padding: 2px 4px;
}