validator/htdocs/style results.css,1.14,1.15

Update of /sources/public/validator/htdocs/style
In directory hutz:/tmp/cvs-serv14205

Modified Files:
	results.css 
Log Message:
typos in the css

Index: results.css
===================================================================
RCS file: /sources/public/validator/htdocs/style/results.css,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- results.css	29 Mar 2007 12:16:55 -0000	1.14
+++ results.css	18 Apr 2007 08:20:49 -0000	1.15
@@ -13,7 +13,8 @@
 */
 fieldset#revalidate_opts {
         width: 100%;
-        margin; 0; padding:0;
+        margin: 0;
+        padding:0;
         border: 1px dotted #ccc;
         background-color: #fcfcfc;
         padding-bottom: 1em;
@@ -260,7 +261,6 @@
     text-align: center;
     margin: 0;
   font-family: "Bitstream Vera Sans", sans-serif;
-  font-size-adjust:	.53;
   font-size:		1.3em;
   font-weight:		500;
   font-style:		normal;
@@ -342,7 +342,7 @@
 
 p.backtop a:link, p.backtop a:hover, p.backtop a:visited {
         color: #bbc;
-        text-deciration: none;
+        text-decoration: none;
 }
 
 /* document outline */

Received on Wednesday, 18 April 2007 08:21:12 UTC