diff options
| author | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-09-29 15:47:05 +0200 |
|---|---|---|
| committer | Thomas Pointhuber <thomas.pointhuber@gmx.at> | 2014-10-05 14:40:47 +0200 |
| commit | 55b9b10d2e39fb52d566441d44c1c132b7ff06fe (patch) | |
| tree | f1722c0ba6d8c724c1e2dcddd4573ac2f367e5ce /searx/static/oscar/less/bootstrap/bootstrap.less | |
| parent | f4457da0a171d45b8be6b9b2bc24f15b6bf4b337 (diff) | |
oscar template: include typeahead.css into bootstrap.min.css
Diffstat (limited to 'searx/static/oscar/less/bootstrap/bootstrap.less')
| -rw-r--r-- | searx/static/oscar/less/bootstrap/bootstrap.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/searx/static/oscar/less/bootstrap/bootstrap.less b/searx/static/oscar/less/bootstrap/bootstrap.less index 61b77474f..79e7abd91 100644 --- a/searx/static/oscar/less/bootstrap/bootstrap.less +++ b/searx/static/oscar/less/bootstrap/bootstrap.less @@ -48,3 +48,6 @@ // Utility classes @import "utilities.less"; @import "responsive-utilities.less"; + +// own additions +@import "typeahead.less"; |