From 9d7329cc686ba66471a8a0f19955551472b1ec82 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Fri, 1 Dec 2006 03:18:45 +0000 Subject: [PATCH] Show HRs in posts, fixes #3291 git-svn-id: https://develop.svn.wordpress.org/trunk@4567 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/default/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wp-content/themes/default/style.css b/wp-content/themes/default/style.css index a88d974a4c..32e4dac0d7 100644 --- a/wp-content/themes/default/style.css +++ b/wp-content/themes/default/style.css @@ -253,6 +253,10 @@ body { text-align: justify; } +.post hr { + display: block; + } + .widecolumn .post { margin: 0; }