From dab06a96200e399e7c8e5858685259dc41d82530 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 19 Mar 2014 15:12:04 +0100 Subject: bug 807: remove padding from content paragraphs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- www/styles/default.css | 4 ---- 1 file changed, 4 deletions(-) (limited to 'www') diff --git a/www/styles/default.css b/www/styles/default.css index 4d4db6a..0fdcf2d 100644 --- a/www/styles/default.css +++ b/www/styles/default.css @@ -414,10 +414,6 @@ a.glink:hover { color: #000000; } -.story p { - padding: 0px 0px 10px 0px; -} - .story a.capsule { font: bold 1em Arial,sans-serif; color: #005FA9; -- cgit v1.2.1 From 8df925a3427bb53432bd7cff8344e69e0c6c8526 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Thu, 20 Mar 2014 00:43:07 +0100 Subject: bug 807: Allow changing the hash algorithm used in signing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- www/styles/default.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'www') diff --git a/www/styles/default.css b/www/styles/default.css index 0fdcf2d..b8d9182 100644 --- a/www/styles/default.css +++ b/www/styles/default.css @@ -94,6 +94,14 @@ ul.no_indent { padding: 0px; } +.attach_ul { + margin-bottom: 0px; +} + +.attach_ul + ul { + margin-top: 0px; +} + /***********************************************/ /* Layout Divs */ -- cgit v1.2.1