diff options
Diffstat (limited to 'example/index.css')
| -rw-r--r-- | example/index.css | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/example/index.css b/example/index.css index d641f03..58add65 100644 --- a/example/index.css +++ b/example/index.css @@ -37,11 +37,11 @@ body > section {  article {
    position: relative;
    margin: 0 auto;
 -  float: left;
  }
 -article:after {
 -  clear: both;
 +article + h1 {
 +  clear: left;
 +  display: block;
  }
  h1 {
 | 
