aboutsummaryrefslogtreecommitdiffstats
path: root/example/index.css
diff options
context:
space:
mode:
authorunknown2014-03-24 13:32:48 -0300
committerunknown2014-03-24 13:32:48 -0300
commit71a6f3d53961a3dd3164613cdb515321addc9b87 (patch)
tree601268ccea2efb4b3f16f683a1936d75624642c3 /example/index.css
parentba8432dc198541bef6fb253e97146f52505e780b (diff)
downloadnsPopover-0.5.8.tar.bz2
This fixes issue #30.5.8
Diffstat (limited to 'example/index.css')
-rw-r--r--example/index.css6
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 {