Edgewall Software
Modify

Opened 18 years ago

Last modified 9 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 markus, 18 years ago

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

comment:2 by Christian Boos, 17 years ago

Keywords: blockquote citation added
Milestone: 0.11
Owner: changed from Jonas Borgström to Christian Boos
Priority: lownormal
Severity: trivialminor
Summary: Some CSS improvements for the citation syntaxImprove 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 Christian Boos, 15 years ago

Milestone: 0.11-retriage0.13

comment:4 by Christian Boos, 14 years ago

Milestone: next-major-0.1X0.13
Priority: normallow

comment:5 by Christian Boos, 13 years ago

Milestone: 0.13next-major-0.1X

comment:6 by Ryan J Ollos, 9 years ago

Owner: Christian Boos removed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.
The ticket will be disowned.
as The resolution will be set. Next status will be 'closed'.
The owner will be changed from (none) to anonymous. Next status will be 'assigned'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.