Modify ↓
Opened 19 years ago
Last modified 10 years ago
#3335 new enhancement
Improve the rendering of the wiki syntax for citations
| Reported by: | Christian Boos | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | next-major-releases |
| Component: | wiki system | Version: | 0.9.5 |
| Severity: | minor | Keywords: | blockquote citation |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
A little thing, but looks nicer IMHO
blockquote p { margin: 0 0 1em 0; } blockquote.citation { margin: -0.3em 0; padding: .5em 0 0 .5em; border-style: solid; border-width: 1px 0 0 2px; border-color: #b44; }
Attachments (0)
Change History (6)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
| Keywords: | blockquote citation added |
|---|---|
| Milestone: | → 0.11 |
| Owner: | changed from to |
| Priority: | low → normal |
| Severity: | trivial → minor |
| Summary: | Some CSS improvements for the citation syntax → Improve the rendering of the wiki syntax for citations |
Well, the current .css for citations is not that bad. What is needed though is to better take into account the white space around the citation.
e.g.
---- someone said: > this or that That's a good idea! > this is another citation ----
currently renders as:
someone said:
this or that
That's a good idea!
this is another citation
There should be a visual clue showing that there's a blank line between That's a good idea! and > this is another citation, but this should must rather be done at the wiki parser/formatter level.
comment:3 by , 17 years ago
| Milestone: | 0.11-retriage → 0.13 |
|---|
comment:4 by , 15 years ago
| Milestone: | next-major-0.1X → 0.13 |
|---|---|
| Priority: | normal → low |
comment:5 by , 15 years ago
| Milestone: | 0.13 → next-major-0.1X |
|---|
comment:6 by , 10 years ago
| Owner: | removed |
|---|
Note:
See TracTickets
for help on using tickets.



I agree that this patch improves the visual separation of comments, but the new colorful ticket design is confusing me even more now. ;-)