﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
13104	greater differentiation in display of citations/quotes for trac tickets	Tay Ray Chuan	nobody	"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."		closed	*.djangoproject.com	1.1		wontfix			Unreviewed	0	0	0	0	0	0
