From ddbf6701b4df04d2c7a84080dfb4d64ef9d3f7a0 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Thu, 02 Feb 2012 19:10:21 -0500 Subject: [PATCH] Fixed bug in repository creation related to relinking head feature --- resources/markdown.css | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/resources/markdown.css b/resources/markdown.css index 1623078..e0bfe38 100644 --- a/resources/markdown.css +++ b/resources/markdown.css @@ -23,14 +23,12 @@ div.markdown h1 { margin-top: 0.5em; margin-bottom: 0.5em; - padding-bottom: 0.5em; border-bottom: 2px solid #000080 !important; } div.markdown h2 { margin-top: 1em; margin-bottom: 0.5em; - padding-bottom: 0.5em; border-bottom: 2px solid #000080 !important; } -- Gitblit v1.9.1