View Single Post
Old 12-21-2013, 03:59 AM   #7
Jellby
frumious Bandersnatch
Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.Jellby ought to be getting tired of karma fortunes by now.
 
Jellby's Avatar
 
Posts: 7,558
Karma: 19620479
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by soundsfromsound View Post
I am comfortable with editing CSS and HTML, so if you know of a workaround fix, please let me know!
Show us the current CSS+HTML.

I'd have something like:

Code:
div.shaded {
  background-color: #AAA;
}

<div class="shaded">
<p>A smart quote.</p>
<p class="source">The Author</p>
</div>
(apart from other margin/alignment settings for the different pieces)
Jellby is offline   Reply With Quote