# HG changeset patch # User bsw # Date 1330600756 -3600 # Node ID 2d39c5f78f7df4abc644056dd1cb39ac74771d2e # Parent 5e3fa663adbaa21420fc5cac897bf21b72b9b834 Added spacing before and after
-blocks diff -r 5e3fa663adba -r 2d39c5f78f7d static/style.css --- a/static/style.css Thu Mar 01 10:59:53 2012 +0100 +++ b/static/style.css Thu Mar 01 12:19:16 2012 +0100 @@ -25,6 +25,12 @@ color: black; background: white; } + +p { + margin-top: 2ex; + margin-bottom: 2ex; +} + table { border-collapse: separate; border-spacing: 0;