James Moger
2015-10-10 a3a18a0ebfeb65777ad5bd065e26fa9c00e8100c
src/main/resources/gitblit.css
@@ -1729,6 +1729,12 @@
  }   
}
td.sha256 {
   max-width: 20em;
    overflow: hidden;
    text-overflow: ellipsis;
}
table.comments td {
   padding: 4px;
   line-height: 17px;
@@ -1922,7 +1928,7 @@
   white-space: nowrap;
}
span.sha1, span.sha1 a, span.sha1 a span, .commit_message, span.shortsha1, td.sha1 {
span.sha1, span.sha1 a, span.sha1 a span, .commit_message, span.shortsha1, td.sha1, td.sha256 {
   font-family: consolas, monospace;
   font-size: 13px;
}
@@ -2340,3 +2346,11 @@
.priority-low {
   color:#0072B2;
}
.file-positive {
   color:#009E73;
}
.file-negative {
   color:#D51900;
}