From f762b160efd5cafd919a6fd7f9587f578eceb454 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Sun, 02 Oct 2011 16:59:44 -0400
Subject: [PATCH] Merge branch 'master' into rpc
---
resources/markdown.css | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/resources/markdown.css b/resources/markdown.css
index 075971c..e0bfe38 100644
--- a/resources/markdown.css
+++ b/resources/markdown.css
@@ -4,6 +4,11 @@
div.markdown {
line-height: 1.4em;
+ color: black;
+}
+
+div.markdown li {
+ color: black;
}
div.markdown h1,
@@ -16,16 +21,14 @@
}
div.markdown h1 {
- margin-top: 1em;
+ 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