Opened 20 years ago
Closed 20 years ago
#3291 closed enhancement (fixed)
Horizontal rule tag is not displayed in posts
| Reported by: | Kafkaesqui | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Template | Version: | 2.0 |
| Severity: | normal | Keywords: | hr kubrick css |
| Cc: | Focuses: |
Description
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;
}
Attachments (1)
Change History (2)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patches style.css to display hr tags in post content