[wp-trac] [WordPress Trac] #3291: Horizontal rule tag is not
displayed in posts
WordPress Trac
wp-trac at lists.automattic.com
Sat Oct 28 14:26:40 GMT 2006
#3291: Horizontal rule tag is not displayed in posts
-------------------------+--------------------------------------------------
Reporter: Kafkaesqui | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: 2.1
Component: Template | Version: 2.0
Severity: normal | Keywords: hr kubrick css
-------------------------+--------------------------------------------------
The horizontal rule (hr) tag when used in a post is not displayed by the
default theme because of the following declaration in its stylesheet:
{{{
hr {
display: none;
}
}}}
I'm submitting a patch to the default theme's style.css which adds the
following declaration (to display hr tags within the post class):
{{{
.post hr {
display: block;
}
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/3291>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list