From 1a25e356215f02ed5fe3886ba86966dc8137e965 Mon Sep 17 00:00:00 2001 From: Chip Black Date: Mon, 28 Feb 2011 02:55:56 -0800 Subject: [PATCH 1/1] Remove whitespace at the end of multi-line posts --- www/css/blerg.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.25.1