Skip to content

Commit dd75d0f

Browse files
committed
Changed title to have "CSS" at the front.
1 parent 4aecf0d commit dd75d0f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<html>
44
<head>
5-
<title>Flexible Box Layout Module</title>
5+
<title>CSS Flexible Box Layout Module</title>
66
<link href="../default.css" rel=stylesheet type="text/css">
77

88
<style type="text/css">
@@ -19,7 +19,7 @@
1919
<p><a href="http://www.w3.org/"><img alt=W3C height=48
2020
src="http://www.w3.org/Icons/w3c_home" width=72></a> <!--end-logo-->
2121

22-
<h1 id=head-box-flexible>Flexible Box Layout Module</h1>
22+
<h1 id=head-box-flexible>CSS Flexible Box Layout Module</h1>
2323

2424
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft, 19 April 2011</h2>
2525

css3-flexbox/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2-
<html><head><title>Flexible Box Layout Module</title>
2+
<html><head><title>CSS Flexible Box Layout Module</title>
33
<link rel="stylesheet" type="text/css" href="../default.css">
44
<style type="text/css">
55
p { margin: .5em 0; }
@@ -12,7 +12,7 @@
1212
<div class="head">
1313
<!--logo-->
1414

15-
<h1 id="head-box-flexible">Flexible Box Layout Module</h1>
15+
<h1 id="head-box-flexible">CSS Flexible Box Layout Module</h1>
1616
<h2 class="no-num no-toc" id="w3c-working">[LONGSTATUS], [DATE]</h2>
1717

1818
<dl>
@@ -361,7 +361,7 @@ <h2 id='flexibility'>
361361
and margins are made flexible by setting their value to ''auto'', while the
362362
width and height of a box can be controlled more precisely with the ''fr''
363363
unit or the ''flex()'' function, both defined below.</p>
364-
364+
365365
<div class=example>
366366
<p class=issue>TODO: Examples!</p>
367367
</div>

0 commit comments

Comments
 (0)