#13104: greater differentiation in display of citations/quotes for trac tickets
-----------------------------+----------------------------------------------
 Reporter:  rctay            |       Owner:  nobody    
   Status:  new              |   Milestone:            
Component:  Django Web site  |     Version:  1.1       
 Keywords:                   |       Stage:  Unreviewed
Has_patch:  0                |  
-----------------------------+----------------------------------------------
 I believe this would differentiate quotes more clearly from surrounding
 text.

 {{{
 #!diff
 diff a/trac/css/trac.css b/trac/css/trac.css
 --- a/trac/css/trac.css
 +++ b/trac/css/trac.css
 @@ -219,7 +219,9
  blockquote.citation {
   margin: -0.6em 0;
   border-style: solid;
   border-width: 0 0 0 2px;
 - padding-left: .5em;
 + padding: .5em;
   border-color: #b44;
 + font-style: italic;
 + background: #F7F7F7;
 }
 }}}

 For the background, we could make it progressively darker the deeper the
 nesting, like how the vertical rule on them changes colour according to
 depth. But I'll leave that for later, after interest is expressed.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13104>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to