James Moger
2011-04-18 ff369d23bd12f501b59726cbec77512e2f39fd13
src/com/gitblit/wicket/resources/gitblit.css
@@ -104,7 +104,7 @@
   font-family: sans-serif;
   font-weight: bold;
   font-size: 150%;
   color: #bbb;
   color: #888;
   background-color: #ffffff;
}
@@ -129,6 +129,7 @@
}
div.page_footer {
   clear: both;
   height: 17px;
   color: black;
   background-color: #ffffff;
@@ -274,6 +275,14 @@
   color: #000000;
}
a.list.subject {
   font-weight: bold;
}
a.list.name {
   font-weight: bold;
}
a.list:hover {
   text-decoration: underline;
   color: #880000;
@@ -293,7 +302,7 @@
   padding: 8px;
}
table.pretty, table.repositories {
table.pretty, table.repositories, table.comments {
   margin-bottom:5px;
   border-spacing: 0px;
   border-left: 1px solid #bbb;
@@ -304,6 +313,11 @@
   padding: 2px 4px;
}
table.comments td {
   padding: 4px;
   line-height: 17px;
}
table.repositories {
   width:100%;   
}