Ticket #1439 (closed enhancement: fixed)
Improve CSS rendering of <code>, <q> and <blockquote> HTML elements
Reported by: | madarche | Owned by: | tsoulcie |
---|---|---|---|
Priority: | P3 | Milestone: | CPS 3.4.1 |
Component: | CPSSkins | Version: | TRUNK |
Severity: | normal | Keywords: | css |
Cc: |
Description
Improve CSS rendering of the <code>, <q> and <blockquote> HTML elements.
Using the following HTML fragment containing the <code>, <q> and <blockquote> elements produces not a nice output. Those elements appear too big.
<p> Here is a paragraph, and Hop. </p> <p> And this is <code>some code that we write</code>. </p> <p> And so <q>life is beautiful</q> said the prime minister. </p> <blockquote> <p> Here is a paragraph, and Hop. </p> <p> Here is a paragraph, and Hop. </p> </blockquote>
Change History
Note: See
TracTickets for help on using
tickets.
Not a priority for 3.4.0 at this stage.