NovelDownloader/template/style.css
Juraj Oravec 5c1297cc5a
Include default style
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
2018-01-03 16:32:25 +01:00

27 lines
306 B
CSS

@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;
}