From 8afcc29733db0db301cc8a662cb5109dea9f642b Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sun, 6 Apr 2008 13:30:57 +0000 Subject: [PATCH] Use xhtml output. It seems that all it took to get firefox to display it was to had the xhtml namespace. Add xml/xhtml/css compliance icons. (Run xsltproc --stringparam browser no to get the xhtml/css icons.) --- stepmania/Docs/Lua.xsl | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/stepmania/Docs/Lua.xsl b/stepmania/Docs/Lua.xsl index eb3768d1c6..0eede5d72d 100644 --- a/stepmania/Docs/Lua.xsl +++ b/stepmania/Docs/Lua.xsl @@ -3,24 +3,16 @@ - - - + + This file is automatically generated. Do not edit it. @@ -100,6 +92,11 @@ .footer { text-align: center } + .validate { + border: 0; + width: 88px; + height: 31px + }