From 78dc06a87f82ed19e3eebe1f16dc6c1bdaf5fbc5 Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Tue, 31 Jan 2012 09:35:30 -0500
Subject: [PATCH] Merge pull request #6 from lemval/master

---
 resources/markdown.css |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/resources/markdown.css b/resources/markdown.css
index 41bc439..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;    
 }
 
@@ -64,4 +67,10 @@
 
 div.markdown em {
 	color: #b05000;
+}
+
+div.markdown table.text th, div.markdown table.text td {
+	vertical-align: top;
+	border-top: 1px solid #ccc;
+	padding:5px;
 }
\ No newline at end of file

--
Gitblit v1.9.1