James Moger
2013-09-18 cba235ff73f5eff90f6e178104466fa22271b053
src/main/resources/gitblit.css
@@ -1131,7 +1131,7 @@
}
table.pretty td.icon img {
   vertical-align: top;
   vertical-align: middle;
}
table.pretty td {
@@ -1159,7 +1159,7 @@
   height: 24px;
}
@media (min-width: 768px) {
@media (min-width: 979px) {
  td.ellipsize {
   text-overflow: ellipsis;
   overflow: hidden;
@@ -1167,7 +1167,7 @@
  }
}
@media (max-width: 767px) {
@media (max-width: 979px) {
  td.ellipsize {
    text-overflow: inherit;
    overflow: visible;
@@ -1324,6 +1324,7 @@
td.author {
   font-style: italic !important;
   white-space: nowrap;
}
td.date {