I propose to add styling for blockquote to Airy Blue, as follows:

blockquote
{
	margin: 1em 3em;
	padding: .15em 1em;
	border-left: 3px solid #7777FF;
	background-color: #EEEEFF;
}

Example in effect: http://www.opensourcecatholic.com/blog/matt-k/friars-immaculate

Comments

geerlingguy’s picture

Also, add styling for pre and code...

pre
{
  background-color: #EEE;
  border: 1px solid #BBB;
  margin: 10px;
  padding: 20px;
  font-size: .95em;
}

code
{
  background-color: #EEE;
}
geerlingguy’s picture

Status: Active » Fixed

Will be added to CVS in a few minutes... hopefully rolled into 6.x-1.2.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.