Am 22.11.2018 um 15:17 schrieb Marc-André Lureau: > Style a bit the HTML documents, to make them look like qemu.org pages. > > Signed-off-by: Marc-André Lureau <marcandre.lur...@redhat.com> > --- > Makefile | 2 + > docs/texinfo-extra-head.html | 7 ++ > docs/texinfo.css | 226 +++++++++++++++++++++++++++++++++++ > 3 files changed, 235 insertions(+) > create mode 100644 docs/texinfo-extra-head.html > create mode 100644 docs/texinfo.css
I tried this patch, and here are the results without the patch and with the patch, so everybody can compare both looks: old: https://qemu.weilnetz.de/doc/qemu-doc.html new: https://qemu.weilnetz.de/doc/3.1/qemu-doc.html I like the new look and can use it from now on, no matter whether it is merged into QEMU 3.1 or delayed for release 4. Tested-by: Stefan Weil <s...@weilnetz.de> PS: https://qemu.weilnetz.de/doc/3.1/qemu-ga-ref.html and https://qemu.weilnetz.de/doc/3.1/qemu-qmp-ref.html are also candidates for the new look.