#3335: Some CSS improvements for the citation syntax
-------------------------+--------------------------------------------------
 Reporter:  cboos        |       Owner:  jonas
     Type:  enhancement  |      Status:  new  
 Priority:  low          |   Milestone:       
Component:  wiki         |     Version:  0.9.5
 Severity:  trivial      |    Keywords:       
-------------------------+--------------------------------------------------
 A little thing, but looks nicer IMHO

 {{{
 #!css
 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;
 }
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3335>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to