summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authormschaefers <mschaefers@scoop-gmbh.de>2012-12-03 09:49:23 +0100
committermschaefers <mschaefers@scoop-gmbh.de>2012-12-03 09:49:23 +0100
commitba6ae959b8e21c714c69f66254e82837d45a3ed2 (patch)
tree3f538ad138d47b43d8f6a00e0f3c18c147bfcb90 /resources
parente2013b91626a4c693053e9859add68ff371f2298 (diff)
parentf1c3a882d12aede461e3c8ca3ebd298bdb28bc5d (diff)
downloadgitblit-ba6ae959b8e21c714c69f66254e82837d45a3ed2.tar.gz
gitblit-ba6ae959b8e21c714c69f66254e82837d45a3ed2.zip
Merge branch 'master' of https://github.com/gitblit/gitblit into enhancedLdap
Conflicts: distrib/gitblit.properties
Diffstat (limited to 'resources')
-rw-r--r--resources/gitblit.css6
-rw-r--r--resources/script_16x16.pngbin0 -> 626 bytes
2 files changed, 5 insertions, 1 deletions
diff --git a/resources/gitblit.css b/resources/gitblit.css
index e5363c85..811b08a5 100644
--- a/resources/gitblit.css
+++ b/resources/gitblit.css
@@ -984,11 +984,15 @@ td.date {
white-space: nowrap;
}
-span.sha1, span.sha1 a, span.sha1 a span, .commit_message {
+span.sha1, span.sha1 a, span.sha1 a span, .commit_message, span.shortsha1 {
font-family: consolas, monospace;
font-size: 13px;
}
+span.shortsha1 {
+ font-size: 12px;
+}
+
td.mode {
text-align: right;
font-family: monospace;
diff --git a/resources/script_16x16.png b/resources/script_16x16.png
new file mode 100644
index 00000000..ec93a22f
--- /dev/null
+++ b/resources/script_16x16.png
Binary files differ