From 17c417dad5c7be28df4b6e1fd25ec56b484faaff Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 26 May 2011 17:22:03 -0400 Subject: [PATCH] Changed git.otherUrls to web.otherUrls. --- src/com/gitblit/wicket/resources/gitblit.css | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/com/gitblit/wicket/resources/gitblit.css b/src/com/gitblit/wicket/resources/gitblit.css index 4a971a6..64484d2 100644 --- a/src/com/gitblit/wicket/resources/gitblit.css +++ b/src/com/gitblit/wicket/resources/gitblit.css @@ -114,15 +114,19 @@ color: #008000; } +span.link { + color: #888; +} + span.link, span.link a { font-family: sans-serif; - font-size: 11px; + font-size: 11px; } span.link em, div.link span em { font-style: normal; font-family: sans-serif; - font-size: 11px; + font-size: 11px; } div.page_header { -- Gitblit v1.9.1