From bc5b7bab1eab81620616ba9d62dedff3d9eef52f Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Sat, 31 Mar 2012 08:52:32 -0400 Subject: [PATCH] Documentation --- resources/gitblit.css | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/resources/gitblit.css b/resources/gitblit.css index f53d3e7..7aa208e 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -776,6 +776,11 @@ margin-top: 10px; } +table.activity td { + padding-top:7px; + padding-bottom:7px; +} + tr th a { background-position: right; padding-right: 15px; background-repeat:no-repeat; } tr th.wicket_orderDown a {background-image: url(arrow_down.png); } tr th.wicket_orderUp a { background-image: url(arrow_up.png); } -- Gitblit v1.9.1