James Moger
2011-04-11 7d35e227475bb4a6ba185788cc663e38822c15f8
src/com/gitblit/wicket/resources/gitblit.css
@@ -187,7 +187,7 @@
div.commit_message {
   padding: 8px;
   border: solid #bbb;
   border-width: 1px 0px 1px;
   border-width: 1px 0px 0px;
}
div.bug_open, span.bug_open {
@@ -305,10 +305,8 @@
}
table.pretty, table.repositories {
   margin-top:5px;
   margin-bottom:5px;
   border-spacing: 0px;
   border-top: 1px solid #bbb;
   border-left: 1px solid #bbb;
   border-right: 1px solid #bbb;   
}
@@ -411,41 +409,38 @@
   text-align: right;
}
span.refs span {
span .tag, span .head, span .ref {
   padding: 0px 4px;
   font-family: sans-serif;
   font-size: 70%;
   font-weight: normal;
   border: 1px solid;
   background-color: #ffaaff;
   border-color: #ffccff #ff00ee #ff00ee #ffccff;
   color: black;
}
span.refs span a {
span .tag a, span .head a, span .ref a {
   text-decoration: none;
   color: inherit;
}
span.refs span a:hover {
   text-decoration: underline;
span .tag a:hover, span .head a:hover, span .ref a:hover {
   color: inherit;
}
span.refs span.indirect {
   font-style: italic;
span .tag a span, span .head a span, span .ref a span {
   font-size: 9px;
}
span.refs span.ref {
span .ref {
   background-color: #aaaaff;
   border-color: #ccccff #0033cc #0033cc #ccccff;
}
span.refs span.tag {
span .tag {
   background-color: #ffffaa;
   border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
}
span.refs span.head {
span .head {
   background-color: #aaffaa;
   border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
}