diff options
author | James Moger <james.moger@gitblit.com> | 2011-12-20 19:35:54 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-12-20 19:36:56 -0500 |
commit | eb96eab513101783a750c13419de6bdce3d2fa4c (patch) | |
tree | 5ed57cd6c9188889dc8ad7bb850b3fd4ae5756d2 /resources | |
parent | 4bd2037edddbf444ac9817e9d14710be45850a10 (diff) | |
download | gitblit-eb96eab513101783a750c13419de6bdce3d2fa4c.tar.gz gitblit-eb96eab513101783a750c13419de6bdce3d2fa4c.zip |
Renamed GitblitUserService, sendMail method, sendmail.groovy, and RepositoryModel.mailingLists
Diffstat (limited to 'resources')
-rw-r--r-- | resources/bootstrap.gb.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css index 6eeec389..08951f2a 100644 --- a/resources/bootstrap.gb.css +++ b/resources/bootstrap.gb.css @@ -690,6 +690,10 @@ td.treeLinks { width: 13em;
}
+span.help-inline {
+ color: #777;
+}
+
span.metricsTitle {
font-size: 2em;
}
|