diff options
| author | Neylor Ohmaly | 2014-02-05 17:24:56 -0200 |
|---|---|---|
| committer | Neylor Ohmaly | 2014-02-05 17:24:56 -0200 |
| commit | 426617e292db2584cdfc16be8462236f0b3d8a87 (patch) | |
| tree | 54b85968b44f98213ad3c2908dd60833d9289de0 /example/index.css | |
| parent | f9bcf6a35031cb1b7bb2eb0233417f67baab4827 (diff) | |
| download | nsPopover-426617e292db2584cdfc16be8462236f0b3d8a87.tar.bz2 | |
Improved the README.md text.
Diffstat (limited to 'example/index.css')
| -rw-r--r-- | example/index.css | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/example/index.css b/example/index.css index 3792232..1544c6d 100644 --- a/example/index.css +++ b/example/index.css @@ -24,13 +24,24 @@ button:active { border: solid 1px #0081b8;
}
-section {
+body > section {
position: relative;
width: 100%;
+ max-width: 62.5em;
+ margin: 0 auto;
+ padding: 0 1.5em;
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
}
article {
position: relative;
margin: 0 auto;
float: left;
+}
+
+h1 {
+ border-bottom: solid 1px #b9b8bb;
+ padding-bottom: .5em;
}
\ No newline at end of file |
