diff --git a/dist/framework.css b/dist/framework.css index 9f44090c94..c4c739b548 100644 --- a/dist/framework.css +++ b/dist/framework.css @@ -1 +1,15 @@ @charset "UTF-8"; +html { + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust: 100%; } + +body { + position: fixed; + top: 0; + right: 0; + bottom: 0; + left: 0; + font: 14px/1.25 "Helvetica Neue", sans-serif; } + +a { + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } diff --git a/example/index.html b/example/index.html index b1dc976849..86e0c8003f 100644 --- a/example/index.html +++ b/example/index.html @@ -1,7 +1,7 @@
- +