diff options
Diffstat (limited to 'example/index.css')
| -rw-r--r-- | example/index.css | 5 |
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 {
|
