From ee29f21f97197002f0cd8e5a89bec5ab40690e21 Mon Sep 17 00:00:00 2001 From: Bass Jobsen Date: Mon, 25 Nov 2013 23:22:15 +0100 Subject: [PATCH] Update README.md fix issue #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c91ba5b..e1ca9d2 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Build your own version with typeahead with `grunt dist`. CSS === -There is no additional css required to use the plugin. Bootstrap's css contains all required styles in the `.dropdownmenu` class. The original CSS add a `z-index` of 1051 to the dropdownmenu via the typeahead class. You could add this if you need it. +There is no additional css required to use the plugin. Bootstrap's css contains all required styles in the `.dropdown-menu` class. The original CSS add a `z-index` of 1051 to the dropdownmenu via the typeahead class. You could add this if you need it. `.typeahead { z-index: 1051;}` (less or css). Usage