From: Chip Black Date: Mon, 28 Feb 2011 10:55:56 +0000 (-0800) Subject: Remove whitespace at the end of multi-line posts X-Git-Tag: v1.5~16 X-Git-Url: http://git.bytex64.net/?a=commitdiff_plain;h=1a25e356215f02ed5fe3886ba86966dc8137e965;hp=53272b3c1ec9303c69ccd55facfd5b90598a376c;p=blerg.git Remove whitespace at the end of multi-line posts --- diff --git a/www/css/blerg.css b/www/css/blerg.css index f818e10..5c33f5e 100644 --- a/www/css/blerg.css +++ b/www/css/blerg.css @@ -119,6 +119,10 @@ h1, h2, h3 { font-size: 14pt; } +.record p { + margin-bottom: 0; +} + .record .info { color: #8F8F8F; font-size: small;