Hi.
In version 2 of this series I'm trying to fix some of those issues
Jiri had with the initial version.
Changes:
+ do not define a default set of fonts, just use monospace
+ use font-size: smaller instead of 80%
This lets the browser choose a more optimal font size it "thinks"
is "smaller" than the normal font size, instead of scaling to
some arbitrarily chosen 80%
+ use dl, dt, dd elements instead of the obsolete tt tag
+ use CSS instead of tables for layout
Claudio Bley (3):
docs: Assign classes to documentation elements
docs: don't use <i> and <tt> HTML tags
docs: Add some style and color to the HTML documentation
docs/generic.css | 4 +-
docs/libvirt.css | 68 ++++++++++++++-
docs/newapi.xsl | 249 +++++++++++++++++++++++++++++-------------------------
3 files changed, 202 insertions(+), 119 deletions(-)
--
1.7.9.5