- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 18 Oct 2006 09:47:04 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs In directory hutz:/tmp/cvs-serv17823/htdocs Modified Files: Tag: validator-0_7-branch docs.css Log Message: Changes in documentation and stylesheet to accommodate for API doc. Index: docs.css =================================================================== RCS file: /sources/public/validator/htdocs/docs.css,v retrieving revision 1.6.2.2 retrieving revision 1.6.2.3 diff -u -d -r1.6.2.2 -r1.6.2.3 --- docs.css 4 Apr 2006 00:26:19 -0000 1.6.2.2 +++ docs.css 18 Oct 2006 09:47:02 -0000 1.6.2.3 @@ -93,3 +93,22 @@ color: black; font-style: italic; } + +/* reference tables */ + +.doc table { + border-collapse: collapse; + border-right: 1px solid #ccc; +} +.doc table td, .doc table th{ + border-top: 0px solid #ddd; + border-bottom: 1px solid #ccc; + border-left: 1px solid #eee; + padding: 6px; + border-collapse: collapse; +} +.doc table th { + background-color: #eee; + color: #11111A; + border-right: 1px solid #ccc; +} \ No newline at end of file
Received on Wednesday, 18 October 2006 09:47:11 UTC