Skip to content
This repository has been archived by the owner on Jun 1, 2018. It is now read-only.

Commit

Permalink
fixed text and named flow in basic sample
Browse files Browse the repository at this point in the history
  • Loading branch information
oslego committed Jan 15, 2013
1 parent 0953c2d commit 616e5aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/css-regions/basic/single-flow.html
Expand Up @@ -7,7 +7,7 @@
<style type="text/css">

article{
-webkit-flow-into: article;
-webkit-flow-into: myArticle;
}

article h1 em{
Expand All @@ -16,7 +16,7 @@
}

.region{
-webkit-flow-from: article;
-webkit-flow-from: myArticle;
float: left;
height: 600px;
}
Expand Down Expand Up @@ -72,7 +72,7 @@ <h1>Flowing content with <em>CSS Regions</em></h1>
flow-into: myArticle
}

#region1, #region2{
#region1, #region2, #region3{
flow-from: myArticle
}
</pre>
Expand Down

0 comments on commit 616e5aa

Please sign in to comment.