From a7571bc1d831a83643d4fc5257a510a1bb53316b Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Thu, 29 Sep 2011 23:34:04 -0400
Subject: [PATCH] Split RepositoriesPage into 3 pages. Inline page header authentication.
---
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