diff options
author | Lea Verou <lea@verou.me> | 2015-02-19 07:11:13 -0500 |
---|---|---|
committer | Lea Verou <lea@verou.me> | 2015-02-19 07:11:13 -0500 |
commit | 6a2faf0d7eb2a89fee2c230105d5950eebb7286b (patch) | |
tree | 36642339baa2d51fd40f41c3a8120af0f0210f1b | |
parent | d8a66f6b244a69cf59f5d428a3dcf51d88d34f6c (diff) | |
download | awesomplete-6a2faf0d7eb2a89fee2c230105d5950eebb7286b.zip awesomplete-6a2faf0d7eb2a89fee2c230105d5950eebb7286b.tar.gz awesomplete-6a2faf0d7eb2a89fee2c230105d5950eebb7286b.tar.bz2 |
Added browser support
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | style.css | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -17,7 +17,7 @@ <a href="#download" class="size"><strong>2KB</strong> minified <span class="amp">&</span> gzipped!</a> -<p>Ultra lightweight, customizable, simple autocomplete widget with zero dependencies, built with modern standards for <abbr title="Verified to work in: IE9 (sorta), IE10+, Chrome, Firefox, Safari 5+, Mobile Safari">modern browsers</abbr>. Because <code><datalist></code> still doesn’t cut it.</p> +<p>Ultra lightweight, customizable, simple autocomplete widget with zero dependencies, built with modern standards for <abbr title="Verified to work in: IE9 (sorta), IE10+, Chrome, Firefox, Safari 5+, Mobile Safari">modern browsers</abbr>. <a href="http://lea.verou.me/2015/02/awesomplete-2kb-autocomplete-with-zero-dependencies">Because <code><datalist></code> still doesn’t cut it.</a></p> <nav></nav> </header> @@ -100,6 +100,11 @@ header { margin: 0; } + header p a { + text-decoration: none; + color: inherit; + } + .size { position: absolute; top: 1em; |