liquid_feedback_frontend
changeset 366:2d39c5f78f7d
Added spacing before and after <p>-blocks
author | bsw |
---|---|
date | Thu Mar 01 12:19:16 2012 +0100 (2012-03-01) |
parents | 5e3fa663adba |
children | 9ac1ac69053d |
files | static/style.css |
line diff
1.1 --- a/static/style.css Thu Mar 01 10:59:53 2012 +0100 1.2 +++ b/static/style.css Thu Mar 01 12:19:16 2012 +0100 1.3 @@ -25,6 +25,12 @@ 1.4 color: black; 1.5 background: white; 1.6 } 1.7 + 1.8 +p { 1.9 + margin-top: 2ex; 1.10 + margin-bottom: 2ex; 1.11 +} 1.12 + 1.13 table { 1.14 border-collapse: separate; 1.15 border-spacing: 0;