csswg/css3-layout new2.src.html,1.2,1.3

Update of /sources/public/csswg/css3-layout
In directory hutz:/tmp/cvs-serv10790

Modified Files:
	new2.src.html 
Log Message:
Better formatting for a list.


Index: new2.src.html
===================================================================
RCS file: /sources/public/csswg/css3-layout/new2.src.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- new2.src.html	27 Feb 2012 22:45:33 -0000	1.2
+++ new2.src.html	27 Feb 2012 22:58:04 -0000	1.3
@@ -194,21 +194,21 @@
 <p>The typical use cases for these properties include:
 
 <ul>
-<li>Complex Web pages, with multiple navigation bars in fixed
+<li><p>Complex Web pages, with multiple navigation bars in fixed
 positions, areas for advertisements, etc.
 
-<li>Complex forms, where the alignment of labels and form fields may
+<li><p>Complex forms, where the alignment of labels and form fields may
 be easier with the properties of this module than with the properties
 for tables and margins.
 
-<li>GUIs, where buttons, toolbars, labels, icons, etc., are aligned in
+<li><p>GUIs, where buttons, toolbars, labels, icons, etc., are aligned in
 complex ways and have to stay aligned (and not wrap, for example) when
 the window is resized.
 
-<li class=level4>Paged displays (e.g., printed media) where each page
+<li><p class=level4>Paged displays (e.g., printed media) where each page
 is divided in fixed areas for different kinds of content.
 
-<li class=level4>Complex pages with multiple regions, where the style
+<li><p class=level4>Complex pages with multiple regions, where the style
 of the text does not only depend on the type of element it comes from,
 but also on the region it is displayed in.
 </ul>

Received on Monday, 27 February 2012 22:58:08 UTC