James Moger
2014-03-03 94e12c168f5eec300fd23d0de25c7dc93a96c429
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;
@@ -514,6 +518,18 @@
th {
   vertical-align: middle;
   text-align: left;   
}
div.featureWelcome {
   padding: 15px;
   background-color: #fbfbfb;
   border: 1px solid #ccc;
   border-radius: 5px;
}
div.featureWelcome div.icon {
   color: #ccc;
   font-size: 144px;
}
div.sourceview {
@@ -1287,6 +1303,11 @@
}
table.palette td.pane {
   padding: 0px;
   width: 250px !important;
}
table.palette td.pane select {
   width: 250px !important;
}
table.gitnotes {      
@@ -1318,6 +1339,7 @@
}
table.annotated {
   width: 100%;
   border:1px solid #ddd;
}
@@ -1332,6 +1354,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 +1419,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;
}