html5/html-xhtml-author-guide WD-html-polyglot-20110524.htm,1.3,1.4

Update of /sources/public/html5/html-xhtml-author-guide
In directory hutz:/tmp/cvs-serv8581

Modified Files:
	WD-html-polyglot-20110524.htm 
Log Message:
Too the Logo <img> out of a <p>

Index: WD-html-polyglot-20110524.htm
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/WD-html-polyglot-20110524.htm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- WD-html-polyglot-20110524.htm	16 May 2011 19:06:18 -0000	1.3
+++ WD-html-polyglot-20110524.htm	16 May 2011 20:12:48 -0000	1.4
@@ -21,7 +21,7 @@
 	     border-radius: 1em 1em 0 0;
 	     -moz-box-shadow: 0 0 1em #500;
 	     -webkit-box-shadow: 0 0 1em #500;
-	     box-shadow: 0 0 1em red;
+	     box-shadow: 0 0 1em red; 
 	     padding: 0.5em 1em;
 	     }
 	   
@@ -44,9 +44,7 @@
 
 <body style="display: inherit;">
 	<div class="head">
-		<p>
-			<a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"/></a>
-		</p>
+		<a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"/></a>
 		<h1 class="title" id="title">Polyglot Markup: HTML-Compatible XHTML Documents</h1>
 		<h2 id="w3c-working-draft-24-may-2011">W3C Working Draft 24 May 2011</h2>
 		<dl>

Received on Monday, 16 May 2011 20:12:52 UTC