James Moger
2011-04-26 c1c3c6a7a2f0a2893ef36ab3dfc7b09d04a133bc
src/com/gitblit/wicket/resources/gitblit.css
@@ -72,20 +72,27 @@
   line-height: inherit;
}
div.header {
div.header, div.commitHeader {
   background-color: #D2C3AF;
   padding: 3px;
   border: 1px solid #808080;
}
div.header {
   border-radius: 3px 3px 0 0;
}
div.header a {
div.commitHeader {
   border-radius: 3px;
}
div.header a, div.commitHeader a {
   color: black;
   text-decoration: none;
   font-weight: bold;
}
div.header a:hover {
div.header a:hover, div.commitHeader a:hover {
   text-decoration: underline;
}
@@ -558,14 +565,15 @@
}
td.mode {
   text-align: right;
   font-family: monospace;
   width:90px;
   width: 8em;
   padding-right:15px;
}
td.size {
   text-align: right;
   width:100px;
   width: 8em;
   padding-right:15px;
}
@@ -573,6 +581,11 @@
   text-align: right;
}
td.treeLinks {
   text-align: right;
   width: 13em;
}
span .tagRef, span .headRef, span .remoteRef, span .otherRef {   
   padding: 0px 3px;
   margin-right:2px;