View Single Post
Old 10-27-2014, 10:02 AM   #8
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
@st_albert -- small typo but so we don't confuse anyone --- the = in the css should be a : of course (or least I need to do that)

I would define a blockquote class for songs, so that I could apply it only where specifically needed

Code:
blockquote.song {
   margin-top: 1.5em;
   margin-bottom: 1.5em;
   margin-left: 4.0em;
   margin-right: 4.0em;
   font-style: italic;
}

blockquote {
   margin-top: 0.5em;
   margin-bottom: 0.5em;
   margin-left: 3.0em;
   margin-right: 3.0em;
}

Personal style / opinion
Attached Files
File Type: epub song.epub (2.5 KB, 103 views)

Last edited by phossler; 10-27-2014 at 10:05 AM.
phossler is offline   Reply With Quote