From 88aad76a0e54b4a8757bbc9ea45fec8f70baa832 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Fri, 05 Oct 2012 08:16:11 -0400 Subject: [PATCH] Catch all exceptions from MarkdownPapers and rethrow as ParseException (issue 142) --- resources/gitblit.css | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/resources/gitblit.css b/resources/gitblit.css index 66387d1..1d17dc8 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -173,6 +173,13 @@ padding: 2px 0px; } +.forkSource .forks, .forkEntry .forks { + font-size: 10px; + padding-left: 5px; + text-decoration: underline; + vertical-align: middle; +} + div.page_footer { clear: both; height: 17px; -- Gitblit v1.9.1