fixed css and formating
This commit is contained in:
+9
-2
@@ -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
|
||||
|
||||
@@ -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$
|
||||
|
||||
Reference in New Issue
Block a user