From ea936aa63d7a756ca7d0284f76b830656d1e8918 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 27 Sep 2011 09:49:57 -0400 Subject: [PATCH] Documentation. --- resources/markdown.css | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/resources/markdown.css b/resources/markdown.css index 41bc439..075971c 100644 --- a/resources/markdown.css +++ b/resources/markdown.css @@ -64,4 +64,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