validator/htdocs/style base.css,1.8,1.9

Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv17991/htdocs/style

Modified Files:
	base.css 
Log Message:
making prefilling of document structure on the server-side rather than via scripting.
See: http://lists.w3.org/Archives/Public/www-validator/2007Mar/0078.html
+thread
and: http://lists.w3.org/Archives/Public/www-validator/2007Apr/0049.html
+thread



Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/base.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- base.css	2 Apr 2007 11:19:55 -0000	1.8
+++ base.css	12 Apr 2007 07:18:15 -0000	1.9
@@ -199,6 +199,27 @@
     list-style: none;
 }
 
+/* tables in the documentation */
+
+table {
+	border-collapse: collapse;
+	border-right: 1px solid #ccc;
+}
+td, th{
+	border-top: 0px solid #ddd;
+	border-bottom: 1px solid #ccc;
+	border-left: 1px solid #eee;
+	padding: 6px;
+	border-collapse: collapse;
+}
+th {
+	background-color: #eee;
+	color: #11111A;
+	border-right: 1px solid #ccc;
+}
+
+
+
 /*
    Stuff we don't actually want too visible - or not at all
                                                             */
@@ -233,6 +254,12 @@
 fieldset.moreoptions legend {
     font-weight: normal;
 }
+
+fieldset.moreoptions table tr.subchoice th {
+    font-weight: normal;
+    padding-left: 3em;
+}
+
 fieldset p { 
     margin: 0 0  0.8em 0; 
     padding: 0; 
@@ -387,25 +414,6 @@
 
 
 
-/* tables in the documentation */
-
-table {
-	border-collapse: collapse;
-	border-right: 1px solid #ccc;
-}
-td, th{
-	border-top: 0px solid #ddd;
-	border-bottom: 1px solid #ccc;
-	border-left: 1px solid #eee;
-	padding: 6px;
-	border-collapse: collapse;
-}
-th {
-	background-color: #eee;
-	color: #11111A;
-	border-right: 1px solid #ccc;
-}
-
 
 /* 
 	Menu Bar

Received on Thursday, 12 April 2007 07:18:18 UTC