From 3899cb0aa5dca6f9368be9dfce90ca818d8a5387 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 14 Jan 2011 18:36:09 +0000 Subject: [PATCH] Fix some HTML and CSS validation issues. --- Makefile.in | 1 + doc/docset.css | 6 +- doc/reference.html | 146 +++++++++++++++++++++++---------------------- mxmldoc.c | 42 ++++++++----- 4 files changed, 106 insertions(+), 89 deletions(-) diff --git a/Makefile.in b/Makefile.in index 6e51352..b1a292a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -391,6 +391,7 @@ mxml.xml: mxmldoc-static mxml.h $(PUBLIBOBJS:.o=.c) --header doc/docset.header --intro doc/docset.intro \ --css doc/docset.css --title "Mini-XML API Reference" \ mxml.xml || exit 1; \ + $(RM) org.minixml.atom; \ /Developer/usr/bin/docsetutil package --output org.minixml.xar \ --atom org.minixml.atom \ --download-url http://www.minixml.org/org.minixml.xar \ diff --git a/doc/docset.css b/doc/docset.css index d74e76f..60cb26a 100644 --- a/doc/docset.css +++ b/doc/docset.css @@ -1,11 +1,11 @@ body { background: white; color: black; - font-family: lucida grande, geneva, helvetica, arial, sans-serif; + font-family: "lucida grande", geneva, helvetica, arial, sans-serif; } h1, h2, h3, h4, h5, h6, p, td, th { - font-family: lucida grande, geneva, helvetica, arial, sans-serif; + font-family: "lucida grande", geneva, helvetica, arial, sans-serif; } kbd { @@ -27,7 +27,7 @@ pre.example { pre.example em { color: #3f0000; - font-family: lucida grande, geneva, helvetica, arial, sans-serif; + font-family: "lucida grande", geneva, helvetica, arial, sans-serif; } div.summary table { diff --git a/doc/reference.html b/doc/reference.html index 55f3cdb..4a600ba 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -1,11 +1,12 @@ -Documentation - + Documentation + +