NovelDownloader/template/style.css

27 lines
306 B
CSS
Raw Normal View History

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