- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 27 Nov 2007 07:00:47 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv16116/style
Modified Files:
base.css
Log Message:
calculating coverage percentage.
adding thead for readability
Index: base.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/base.css,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- base.css 27 Nov 2007 01:44:28 -0000 1.21
+++ base.css 27 Nov 2007 07:00:45 -0000 1.22
@@ -127,7 +127,8 @@
background-color: #eee;
color: #11111A;
border-right: 1px solid #ccc;
- padding: .1em;
+ padding: .3em .5em;
+ line-height: 120%;
}
table#translation_summary th#properties {
@@ -135,6 +136,10 @@
padding: 0 !important;
padding-top: .5em;
}
+table#translation_summary th.property_name {
+padding: .2em 0 0 0 !important;
+}
+
table#translation_summary th p {
/*width: 100%;*/
font-size: xx-small;
Received on Tuesday, 27 November 2007 07:00:58 UTC