- From: Olivier Thereaux <ot@dev.w3.org>
- Date: Tue, 25 Jan 2005 21:35:52 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs
In directory hutz:/tmp/cvs-serv13498
Modified Files:
navbar.css results.css
Log Message:
margin cleanup - adapting to latest global style
Index: navbar.css
===================================================================
RCS file: /sources/public/validator/htdocs/navbar.css,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- navbar.css 9 Jan 2005 20:40:33 -0000 1.13
+++ navbar.css 25 Jan 2005 21:35:49 -0000 1.14
@@ -44,7 +44,7 @@
background-color: white;
float: right;
width: 8em;
- margin-right: -15px;
+ margin-right: 0;
text-align: left;
text-decoration: none;
padding: 1ex;
Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/results.css,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- results.css 4 Jan 2005 08:37:53 -0000 1.21
+++ results.css 25 Jan 2005 21:35:49 -0000 1.22
@@ -228,10 +228,7 @@
h2.valid, h2.invalid {
text-align: center;
- margin-top: 0;
- margin-bottom: 0;
- margin-left: -15px !important;
- margin-right: -15px !important;
+ margin: 0;
}
Received on Tuesday, 25 January 2005 21:35:52 UTC