summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLea Verou <lea@verou.me>2015-02-19 07:11:13 -0500
committerLea Verou <lea@verou.me>2015-02-19 07:11:13 -0500
commit6a2faf0d7eb2a89fee2c230105d5950eebb7286b (patch)
tree36642339baa2d51fd40f41c3a8120af0f0210f1b
parentd8a66f6b244a69cf59f5d428a3dcf51d88d34f6c (diff)
downloadawesomplete-6a2faf0d7eb2a89fee2c230105d5950eebb7286b.zip
awesomplete-6a2faf0d7eb2a89fee2c230105d5950eebb7286b.tar.gz
awesomplete-6a2faf0d7eb2a89fee2c230105d5950eebb7286b.tar.bz2
Added browser support
-rw-r--r--index.html2
-rw-r--r--style.css5
2 files changed, 6 insertions, 1 deletions
diff --git a/index.html b/index.html
index a950639..eca2048 100644
--- a/index.html
+++ b/index.html
@@ -17,7 +17,7 @@
<a href="#download" class="size"><strong>2KB</strong> minified <span class="amp">&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>&lt;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>&lt;datalist></code> still doesn’t cut it.</a></p>
<nav></nav>
</header>
diff --git a/style.css b/style.css
index 2e969ac..4cbfd6a 100644
--- a/style.css
+++ b/style.css
@@ -100,6 +100,11 @@ header {
margin: 0;
}
+ header p a {
+ text-decoration: none;
+ color: inherit;
+ }
+
.size {
position: absolute;
top: 1em;