James Moger
2013-05-02 264ba908941414ea5e750524b2472f7ad0670563
src/main/resources/gitblit.css
@@ -179,6 +179,30 @@
   vertical-align: middle;
}
span.repositoryUrlContainer {
   color: black;
   background-color: #eee;
   padding: 4px;
   border: 1px solid #ccc;
   border-radius: 3px
}
span.repositoryUrlEndCap {
   padding: 4px;
   font-weight: bold;
   font-size: 0.85em;
   font-family:menlo,consolas,monospace;
}
span.repositoryUrl {
   font-size: 1em;
   padding: 4px;
   color: blue;
   background-color: #fff;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
}
div.odd {
   
}