From 6c4823aa31a5a0f9b7046dbbf40a6633d7e8c804 Mon Sep 17 00:00:00 2001 From: Adam Waldenberg Date: Sat, 27 Jul 2013 13:56:38 +0200 Subject: [PATCH] Slightly tweaked (and improved) the CSS of the responsibilities module. --- gitinspector/html/html.header | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitinspector/html/html.header b/gitinspector/html/html.header index b870f59..9809405 100644 --- a/gitinspector/html/html.header +++ b/gitinspector/html/html.header @@ -253,6 +253,9 @@ div#responsibilities div.odd {{ background-color: #dbdbdb; }} + div#responsibilities p {{ + margin-bottom: 0px; + }} td img, h3 img {{ border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; @@ -273,6 +276,7 @@ -moz-border-radius: 8px 8px 8px 8px; background-color: #ddcece; margin-bottom: 0.2em; + margin-top: 0.6em; }} div.button, div#responsibilities div.button {{ border-radius: 8px 8px 8px 8px;