James Moger
2014-02-21 b23b67c1cc0b2541580f23c9aec97c0b84a823f4
src/main/resources/gitblit.css
@@ -34,6 +34,10 @@
   vertical-align: text-bottom;
}
a.bugtraq {
    font-weight: bold;
}
[class^="icon-"], [class*=" icon-"] i {
   /* override for a links that look like bootstrap buttons */
   vertical-align: text-bottom;
@@ -1287,6 +1291,11 @@
}
table.palette td.pane {
   padding: 0px;
   width: 250px !important;
}
table.palette td.pane select {
   width: 250px !important;
}
table.gitnotes {      
@@ -1318,6 +1327,7 @@
}
table.annotated {
   width: 100%;
   border:1px solid #ddd;
}
@@ -1332,6 +1342,24 @@
table.annotated td {
   padding: 0px;
   border: 0;
}
table.annotated td.lineCommit {
   padding-left: 5px;
   padding-right: 5px;
}
table.annotated td.lineNumber {
   border-right: 1px solid #ddd;
   border-left: 1px solid #ddd;
   padding-left: 5px;
   padding-right: 5px;
   text-align: right;
}
table.annotated td.lineContent {
   padding-left: 5px;
   font: monospace;
}
table.activity {
@@ -1379,7 +1407,7 @@
   white-space: nowrap;
}
span.sha1, span.sha1 a, span.sha1 a span, .commit_message, span.shortsha1 {
span.sha1, span.sha1 a, span.sha1 a span, .commit_message, span.shortsha1, td.sha1 {
   font-family: consolas, monospace;
   font-size: 13px;
}