Include default style

Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
This commit is contained in:
Juraj Oravec 2018-01-03 16:32:25 +01:00
parent c09655294a
commit 5c1297cc5a
No known key found for this signature in database
GPG Key ID: 63ACB65056BC8D07

27
template/style.css Normal file
View File

@ -0,0 +1,27 @@
@namespace epub "http://www.idpf.org/2007/ops";
h1 {
text-align: center;
}
h2 {
text-align: left;
text-transform: uppercase;
font-weight: 200;
}
ol {
margin: 0;
}
ol > li {
margin-top: 0.3em;
}
ol > li > span {
font-weight: bold;
}
ol > li > ol {
margin-left: 0.5em;
}