diff options
| author | Neylor Ohmaly | 2014-04-21 20:26:02 -0300 | 
|---|---|---|
| committer | Neylor Ohmaly | 2014-04-21 20:26:02 -0300 | 
| commit | 9c198f813302a481001ad8f28379ded53dafb058 (patch) | |
| tree | 128fdaa3feab250dfe00c7685118b3aa725d192b /example/index.css | |
| parent | df33f037a0353da75cc34695b91ab16dc5c5da81 (diff) | |
| parent | c1755b785708ba023c484e305d05c28c5640115a (diff) | |
| download | nsPopover-9c198f813302a481001ad8f28379ded53dafb058.tar.bz2 | |
Merge branch 'master' of https://github.com/nohros/nsPopover
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 {
 | 
