- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 09 Mar 2007 07:16:48 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs/style In directory hutz:/tmp/cvs-serv11850 Modified Files: base.css results.css Log Message: some padding/margin for readability, avoiding overlap of text for some parts of results Index: base.css =================================================================== RCS file: /sources/public/validator/htdocs/style/base.css,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- base.css 20 Feb 2007 01:56:44 -0000 1.1 +++ base.css 9 Mar 2007 07:16:46 -0000 1.2 @@ -28,7 +28,7 @@ } p, pre, dt { line-height: 130%; - padding-left: 20px; + padding-left: 1.5em; } /* @@ -153,11 +153,12 @@ */ /* TODO - add ol, li, td here ? */ -p, dt { - margin-left: 15px; - margin-right: 25px; +p, dt, ul, ol { + margin-left: 1.5em; + margin-right: 1.5em; } + dd { margin-left: 35px; margin-right: 25px; Index: results.css =================================================================== RCS file: /sources/public/validator/htdocs/style/results.css,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- results.css 9 Mar 2007 06:55:25 -0000 1.4 +++ results.css 9 Mar 2007 07:16:46 -0000 1.5 @@ -65,6 +65,12 @@ border-top: 1px solid #eee; } +ol#warnings li ul li, ol#error_loop ul li, ol#error_loop p, ol#warnings p { + line-height: 135%; + margin-bottom: .65em; + /*margin-right: 2em;*/ +} + li.msg_info span.err_type{ background-color: #888; padding: .1em .5em; @@ -88,6 +94,7 @@ .msg { font-weight: bold; + line-height: 130%; } li.msg_info span.msg { /* these messages are not errors */
Received on Friday, 9 March 2007 07:16:53 UTC