aboutsummaryrefslogtreecommitdiffstats
path: root/example/index.css
diff options
context:
space:
mode:
authorNeylor Ohmaly2014-02-27 23:08:39 -0300
committerNeylor Ohmaly2014-02-27 23:08:39 -0300
commitba8432dc198541bef6fb253e97146f52505e780b (patch)
tree6d276c2d3a19f40a52385e17ac076f21cb9c5b6c /example/index.css
parent1a4e375236e0ec17ed1ab11e43cd950343310a82 (diff)
downloadnsPopover-ba8432dc198541bef6fb253e97146f52505e780b.tar.bz2
Keep popover open while triggering element has mouse over it.
Diffstat (limited to 'example/index.css')
-rw-r--r--example/index.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/example/index.css b/example/index.css
index 49bae04..d641f03 100644
--- a/example/index.css
+++ b/example/index.css
@@ -40,9 +40,14 @@ article {
float: left;
}
+article:after {
+ clear: both;
+}
+
h1 {
border-bottom: solid 1px #b9b8bb;
padding-bottom: .5em;
+ display:block;
}
a {