View Single Post
Old 05-22-2015, 03:07 AM   #6
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,560
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
Quote:
Originally Posted by Arios View Post
What codes would you put in your <span class="author">?
That depends on how you want the author name to look like in relation to the chapter title. For example:

Code:
h1 span.author{
  display: block; /* make sure it's in a separate line */
  font-size: 80%; /* smaller than the title */
  margin: 0.5em 0; /* some vertical separation */
}
Jellby is offline   Reply With Quote