James Moger
2011-11-10 a568f2ac97f4c7b73ee0cdf2007f553bb8c81c2c
resources/gitblit.css
@@ -12,7 +12,7 @@
}
body {
   width: 980px;
   width: 1000px;
   margin: 5px;
   background-color: #ffffff;
   color: #000000;
@@ -20,6 +20,12 @@
    margin-left: auto;    
    padding: 0px;
    background: url(background.png) repeat-x scroll 0 0 #FFFFFF;
}
hr {
   color: #ffffff;
   background-color: #ffffff;
   height: 1px; !important
}
pre, code, pre.prettyprint, pre.plainprint {
@@ -54,6 +60,11 @@
img.inlineIcon {
   padding-left: 1px;
   padding-right: 1px;
}
img.overview {
   float:right;
   border:1px solid #CCCCCC;
}
a {
@@ -167,6 +178,10 @@
   padding: 5px;
   border-top: 1px solid #bbb;
   font-style: italic;
}
span.userPanel a, span.userPanel a span {
   font-size: 11px;
}
div.page_nav {
@@ -593,14 +608,13 @@
}
table.repositories tr.group {
   background-color: #E66C2C;
   background-color: #C66C2C;
}
table.repositories tr.group td {
   font-weight: bold;
   border-bottom: 1px solid orange;
   font-weight: bold;
   color: white;
   background-color: #E66C2C;
   background-color: #C66C2C;
   border-left: 1px solid #808080;
   border-right: 1px solid #808080;
   padding-left: 5px;