Remove whitespace at the end of multi-line posts
authorChip Black <bytex64@bytex64.net>
Mon, 28 Feb 2011 10:55:56 +0000 (02:55 -0800)
committerChip Black <bytex64@bytex64.net>
Mon, 28 Feb 2011 10:55:56 +0000 (02:55 -0800)
www/css/blerg.css

index f818e10..5c33f5e 100644 (file)
@@ -119,6 +119,10 @@ h1, h2, h3 {
        font-size: 14pt;
 }
 
+.record p {
+       margin-bottom: 0;
+}
+
 .record .info {
        color: #8F8F8F;
        font-size: small;