Skip to content

Commit

Permalink
Update template for book to rely on CSS
Browse files Browse the repository at this point in the history
Use h2 tag for "subtitle" will break any tool used to convert HTML
for another format. This commit replace h2 with span and rely on
CSS for have the same look.
  • Loading branch information
Raniere Silva committed Jun 13, 2014
1 parent 1d7f74a commit f3fe5ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions book.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
span.subtitle {
color: #030303;
display: block;
font-family: inherit;
font-size: 31.5px;
font-weight: bold;
line-height: 40px;
margin: 40px 0px 10px 0px;
text-rendering: optimizelegibility;
}

0 comments on commit f3fe5ac

Please sign in to comment.