From 63ee41d91854e1cf06d8d5cda30cdf7d8d38f3c5 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Wed, 28 Sep 2011 18:55:34 -0400 Subject: [PATCH] Added IUserService.setup(IStoredSettings) for custom implementations. --- 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