From a9eb6b1105cd47f00ae45dacda9af8e829ade191 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 11 Apr 2012 09:04:42 -0400 Subject: [PATCH] Reset build identifiers for the next release --- resources/gitblit.css | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/resources/gitblit.css b/resources/gitblit.css index 38d1438..7aa208e 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -134,7 +134,7 @@ } table { - margin-bottom:5px !important; + margin-bottom: 5px; font-size: inherit; } @@ -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