- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 18 Dec 2006 06:29:23 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv23728
Modified Files:
base.css
Log Message:
definition list styling
Index: base.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/base.css,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- base.css 18 Dec 2006 03:13:47 -0000 1.8
+++ base.css 18 Dec 2006 06:29:21 -0000 1.9
@@ -26,7 +26,7 @@
font-size: 1em; /* setting base font to user's prefered size */
min-width: 50em;
}
-p, pre {
+p, pre, dt {
line-height: 130%;
padding-left: 20px;
}
Received on Monday, 18 December 2006 06:29:35 UTC