diff options
| author | unknown | 2014-03-24 13:32:48 -0300 |
|---|---|---|
| committer | unknown | 2014-03-24 13:32:48 -0300 |
| commit | 71a6f3d53961a3dd3164613cdb515321addc9b87 (patch) | |
| tree | 601268ccea2efb4b3f16f683a1936d75624642c3 /example/index.css | |
| parent | ba8432dc198541bef6fb253e97146f52505e780b (diff) | |
| download | nsPopover-0.5.8.tar.bz2 | |
This fixes issue #30.5.8
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 {
|
