- From: Karl Dubost via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 15 Dec 2006 02:33:46 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv23950
Modified Files:
results.css
Log Message:
removed hidden for overflow which seems buggy in Camino at least
Index: results.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/results.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- results.css 14 Dec 2006 07:04:17 -0000 1.19
+++ results.css 15 Dec 2006 02:33:44 -0000 1.20
@@ -77,7 +77,6 @@
td.message {
padding: 5px 1em;
border-bottom: 1px solid #fdd !important;
- overflow: hidden;
}
td.nocontext {
@@ -86,7 +85,6 @@
background-color: #F1F1F1;}
td.io, td.notfound, td.invalidparam, td.errortoken, td.unknownerror {
- overflow: hidden;
padding: 5px 1em;
border-bottom: 1px solid #fdd !important;
}
@@ -105,7 +103,6 @@
td.level1, td.level2, td.level0 {
padding: 5px 1em;
border-bottom: 1px solid #fdd !important;
- overflow: hidden;
}
.level0 {
border-left: 10px solid #C66 !important;
@@ -177,8 +174,6 @@
position: relative;
display: block;
float:left;
- width: 12em;
- overflow: hidden;
}
/* class='PropertyValue' - value of property */
Received on Friday, 15 December 2006 02:33:51 UTC