summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-11-16 22:33:18 -0500
committerJames Moger <james.moger@gitblit.com>2011-11-16 22:33:18 -0500
commite19d3da3cdb4e3d0524e3a3ffc6a2cfa8876e927 (patch)
tree0fdcf2ba6d35f9d106b1cbf9c34d2c6da86aaf86 /resources
parent44bbc4303443cb2122f69545ff85012cc3a94576 (diff)
downloadgitblit-e19d3da3cdb4e3d0524e3a3ffc6a2cfa8876e927.tar.gz
gitblit-e19d3da3cdb4e3d0524e3a3ffc6a2cfa8876e927.zip
Metric object now implements comparable. Adjust gravatar css.
Diffstat (limited to 'resources')
-rw-r--r--resources/bootstrap.gb.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css
index 1eae63de..06c46709 100644
--- a/resources/bootstrap.gb.css
+++ b/resources/bootstrap.gb.css
@@ -170,6 +170,13 @@ img.overview {
border:1px solid #CCCCCC;
}
+img.gravatar {
+ background-color: #ffffff;
+ border: 1px solid #ddd;
+ border-radius: 5px;
+ padding: 2px;
+}
+
div.header, div.commitHeader, table.repositories th {
background-color:#e0e0e0;
background-repeat:repeat-x;