- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 25 Jul 2009 19:15:16 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22025
Modified Files:
toc-status.html tocmix.xsl
Log Message:
minor formatting tweak
Index: tocmix.xsl
===================================================================
RCS file: /sources/public/html5/spec/tocmix.xsl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- tocmix.xsl 25 Jul 2009 19:10:42 -0000 1.5
+++ tocmix.xsl 25 Jul 2009 19:15:14 -0000 1.6
@@ -48,6 +48,7 @@
<head>
<xsl:apply-templates />
<style>
+ body { font-family: sans-serif; }
li { margin: 4px; list-style-type: none; }
.status { padding: 1px; border: 1px solid white; }
.status.UNKNOWN { background: gray; color: white; }
Index: toc-status.html
===================================================================
RCS file: /sources/public/html5/spec/toc-status.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- toc-status.html 25 Jul 2009 19:10:42 -0000 1.5
+++ toc-status.html 25 Jul 2009 19:15:14 -0000 1.6
@@ -2,6 +2,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://www.w3.org/1999/xhtml">
<head>
<title>Draft status by section</title><style>
+ body { font-family: sans-serif; }
li { margin: 4px; list-style-type: none; }
.status { padding: 1px; border: 1px solid white; }
.status.UNKNOWN { background: gray; color: white; }
Received on Saturday, 25 July 2009 19:15:26 UTC