Opened 19 years ago
Closed 19 years ago
#3291 closed enhancement (fixed)
Horizontal rule tag is not displayed in posts
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.1 | Priority: | normal |
| Severity: | normal | Version: | 2.0 |
| Component: | Template | Keywords: | hr kubrick css |
| Focuses: | Cc: |
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.
Patches style.css to display hr tags in post content