remove html5 writer (does not work with Sphinx)

Features like .. note:: and .. warning:: are not supported. Sadly back
to the default `html4css1` stuff :(
pull/72/head
Martin Zimmermann 10 years ago
parent f4cfa6f63c
commit 56316b8998

File diff suppressed because it is too large Load Diff

@ -298,6 +298,10 @@ main {
overflow: auto;
}
.headerlink {
visibility: hidden;
}
p + p {
margin-top: 1em;
}

@ -0,0 +1,2 @@
[html4css1 writer]
initial_header_level: 2
Loading…
Cancel
Save