Skip to content

Commit

Permalink
removed unneeded examples and fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrain committed Aug 18, 2015
1 parent 0d8659d commit 6d19ceb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 27 deletions.
4 changes: 2 additions & 2 deletions ch3/example_03-07/styles.css
Expand Up @@ -22,10 +22,10 @@ body {
}

.FlexOne {
flex: 1.5;
flex: 1.5 0 auto;
}

.FlexTwo,
.FlexThree {
flex: 1;
flex: 1 0 auto;
}
2 changes: 1 addition & 1 deletion ch4/example2.html
Expand Up @@ -2,7 +2,7 @@
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>Our first responsive web page with HTML5 and CSS3 (amended with HTML5 elements)</title>
<title>Video in HTML5</title>
<meta name="description" content="A basic HTML5 video link">
<meta name="viewport" content="width=device-width">
</head>
Expand Down
24 changes: 0 additions & 24 deletions ch4/example4.html

This file was deleted.

0 comments on commit 6d19ceb

Please sign in to comment.