James Moger
2011-05-20 f90dc635928f367f9078f814488c7e385ebc4e2e
src/com/gitblit/wicket/resources/gitblit.css
@@ -29,6 +29,10 @@
   border:0px;
}
pre.prettyprint ol {
   padding-left:25px;
}
/* age0: age < 60*60*2 */
.age0 {
   color: #008000;
@@ -47,6 +51,10 @@
   font-style: italic;
}
img.inlineIcon {
   padding-left: 1px;
   padding-right: 1px;
}
a {
   color: #0000cc;
@@ -451,6 +459,16 @@
   text-align: left;
}
table.screenshots td {
   text-align: center;
   padding-bottom: 10px;
}
table.screenshots img {
   border: 1px solid #ccc;
   margin: 5px;
}
table.plain {
   padding: 8px;
}
@@ -552,6 +570,17 @@
tr th.wicket_orderUp a { background-image: url(arrow_up.png); }
tr th.wicket_orderNone a { background-image: url(arrow_off.png); }
tr.group {
   background-color: #E66C2C;
}
tr.group td {
   font-weight: bold;
   border-bottom: 1px solid orange;
   color: white;
   background-color: #E66C2C;
}
tr.light {
   background-color: #ffffff;
}