- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Apr 2008 04:35:36 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv8832/style
Modified Files:
base.css
Log Message:
reorganizing the installation instructions into a set of steps. + style tweaks for docs
Index: base.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/base.css,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- base.css 15 Jan 2008 05:56:18 -0000 1.23
+++ base.css 30 Apr 2008 04:35:34 -0000 1.24
@@ -92,7 +92,7 @@
h5,h6 {
font-family:Verdana,Arial,sans-serif;
- color: #11111a;
+ color: #690;
background-color: white;
font-weight: normal;
font-size: small;
@@ -568,7 +568,7 @@
margin-left: 3em;
}
-div.doc div#toc ol {
+div.doc div#toc ol, div.doc ol {
list-style-type: decimal;
}
div.doc div#toc ol li {
@@ -631,6 +631,14 @@
margin-right: 3em;
}
+div.doc pre {
+ margin-left: 5em;
+ padding-left: 2em;
+ line-height: 150%;
+ border-left: 1px solid #690;
+
+}
+
div.doc code samp {
font-weight: normal;
color: black;
Received on Wednesday, 30 April 2008 04:36:08 UTC