diff options
author | James Moger <james.moger@gitblit.com> | 2012-02-03 23:48:42 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2012-02-03 23:48:42 -0500 |
commit | 7c08c78b0f80609f3ea911b8a3eeb598f99c0fd2 (patch) | |
tree | 9b0b3009af98952c70f56da0c82c6ce8d562e525 /resources | |
parent | 1c221573789f0673995cfec03e05af936a4ff3b3 (diff) | |
download | gitblit-7c08c78b0f80609f3ea911b8a3eeb598f99c0fd2.tar.gz gitblit-7c08c78b0f80609f3ea911b8a3eeb598f99c0fd2.zip |
Show HEAD on metrics page if objectid is not specified
Diffstat (limited to 'resources')
-rw-r--r-- | resources/bootstrap.gb.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/bootstrap.gb.css b/resources/bootstrap.gb.css index 7ff8fa87..7a122636 100644 --- a/resources/bootstrap.gb.css +++ b/resources/bootstrap.gb.css @@ -713,7 +713,7 @@ td.date { font-style: italic !important;
}
-span.sha1, span.sha1 a, span.sha1 a span {
+span.sha1, span.sha1 a, span.sha1 a span, pre.commit_message {
font-family: monospace;
font-size: 13px;
}
|