James Moger
2011-04-18 9bc17d16ea48a7978b198126d346828b1d24fe4e
src/com/gitblit/wicket/resources/gitblit.css
@@ -169,7 +169,7 @@
   color:yellow;
   text-align:right;
   float:right;
   padding:3px;
   padding:3px 4px 3px 3px;
}
.repositories_message {
@@ -281,6 +281,31 @@
   font-family: inherit;
}
span.addition, span.modification, span.deletion, span.rename {
   border: 1px solid #888;
   float: left;
   height: 0.8em;
   margin: 0.2em 0.5em 0 0;
   overflow: hidden;
   width: 0.8em;
}
span.addition {
   background-color: #bbffbb;
}
span.modification {
   background-color: #ffdd88;
}
span.deletion {
   background-color: #ff8888;
}
span.rename {
   background-color: #8888ff;
}
a.list {
   text-decoration: none;
   color: #000000;