fixed css and formating

This commit is contained in:
gauthiier
2015-02-11 11:52:37 +01:00
parent 3f8bfcc177
commit 8cc50f3287
3 changed files with 26 additions and 20 deletions
+9 -2
View File
@@ -107,9 +107,16 @@ p {}
/* Main container for the whole content / body section -- html5 */
content {
width: 70%;
display: inline-block;
padding: 0.9em;
max-width: 45em;
display: block;
text-align: justify;
margin: auto;
word-wrap: break-word;
}
.references {
text-align: left;
}
blockquote
+5 -5
View File
@@ -39,16 +39,16 @@ $include-before$
$endfor$
<content>
$if(title)$
$if(cover)$
<figure>
<img src="$cover$"/>
</figure>
$endif$
<header>
<h1 class="title">$title$</h1>
$if(subtitle)$
<h1 class="subtitle">$subtitle$</h1>
$endif$
$if(cover)$
<figure>
<img src="$cover$"/>
</figure>
$endif$
$for(author)$
<h2 class="author">$author$</h2>
$endfor$