Modification for Five AM
Jun. 17th, 2011 01:02 amHey folks! This week there was a new layout added to the Dreamwidth style stable: Five AM. I've been playing around with it and noticed that the blockquote image used in the current theme won't match a bunch of things people might like to do with it colorwise, so I offer up this modification to put in your custom CSS:
It takes away the background image and the extra space to accommodate it.
blockquote {
background: none no-repeat scroll left top transparent;
padding: 2em 1em 2em 2em;
}It takes away the background image and the extra space to accommodate it.