- From: Karl Dubost via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 14 Dec 2006 07:04:19 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator/style
In directory hutz:/tmp/cvs-serv4893
Modified Files:
results.css
Log Message:
added overflow hidden for long block of unbreakable text in errors
Index: results.css
===================================================================
RCS file: /sources/public/2002/css-validator/style/results.css,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- results.css 14 Dec 2006 06:58:29 -0000 1.18
+++ results.css 14 Dec 2006 07:04:17 -0000 1.19
@@ -77,6 +77,7 @@
td.message {
padding: 5px 1em;
border-bottom: 1px solid #fdd !important;
+ overflow: hidden;
}
td.nocontext {
@@ -85,6 +86,7 @@
background-color: #F1F1F1;}
td.io, td.notfound, td.invalidparam, td.errortoken, td.unknownerror {
+ overflow: hidden;
padding: 5px 1em;
border-bottom: 1px solid #fdd !important;
}
@@ -103,6 +105,7 @@
td.level1, td.level2, td.level0 {
padding: 5px 1em;
border-bottom: 1px solid #fdd !important;
+ overflow: hidden;
}
.level0 {
border-left: 10px solid #C66 !important;
Received on Thursday, 14 December 2006 07:04:30 UTC