- From: Tab Atkins Jr.. via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 19 Apr 2011 22:10:52 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-flexbox In directory hutz:/tmp/cvs-serv19109 Modified Files: Overview.html Overview.src.html Log Message: Changed title to have "CSS" at the front. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.html,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- Overview.html 19 Apr 2011 20:08:45 -0000 1.23 +++ Overview.html 19 Apr 2011 22:10:50 -0000 1.24 @@ -2,7 +2,7 @@ <html> <head> - <title>Flexible Box Layout Module</title> + <title>CSS Flexible Box Layout Module</title> <link href="../default.css" rel=stylesheet type="text/css"> <style type="text/css"> @@ -19,7 +19,7 @@ <p><a href="http://www.w3.org/"><img alt=W3C height=48 src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo--> - <h1 id=head-box-flexible>Flexible Box Layout Module</h1> + <h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1> <h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 19 April 2011</h2> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-flexbox/Overview.src.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- Overview.src.html 19 Apr 2011 20:08:45 -0000 1.20 +++ Overview.src.html 19 Apr 2011 22:10:50 -0000 1.21 @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> -<html><head><title>Flexible Box Layout Module</title> +<html><head><title>CSS Flexible Box Layout Module</title> <link rel="stylesheet" type="text/css" href="../default.css"> <style type="text/css"> p { margin: .5em 0; } @@ -12,7 +12,7 @@ <div class="head"> <!--logo--> - <h1 id="head-box-flexible">Flexible Box Layout Module</h1> + <h1 id="head-box-flexible">CSS Flexible Box Layout Module</h1> <h2 class="no-num no-toc" id="w3c-working">[LONGSTATUS], [DATE]</h2> <dl> @@ -361,7 +361,7 @@ and margins are made flexible by setting their value to ''auto'', while the width and height of a box can be controlled more precisely with the ''fr'' unit or the ''flex()'' function, both defined below.</p> - + <div class=example> <p class=issue>TODO: Examples!</p> </div>
Received on Tuesday, 19 April 2011 22:10:54 UTC