From 426617e292db2584cdfc16be8462236f0b3d8a87 Mon Sep 17 00:00:00 2001 From: Neylor Ohmaly Date: Wed, 5 Feb 2014 17:24:56 -0200 Subject: Improved the README.md text. --- example/index.css | 13 ++++++++++++- example/index.html | 2 +- example/index.js | 21 +++++++++++++++++++++ 3 files changed, 34 insertions(+), 2 deletions(-) (limited to 'example') 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 diff --git a/example/index.html b/example/index.html index a08c885..9c7f01a 100644 --- a/example/index.html +++ b/example/index.html @@ -20,7 +20,7 @@
-