Skip to content

Instantly share code, notes, and snippets.

View kevindavis's full-sized avatar

Kevin Davis kevindavis

View GitHub Profile
@kevindavis
kevindavis / gist:1868651
Created February 20, 2012 10:05
Bootstrap styling for jQuery UI autocomplete
.ui-autocomplete {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
display: none;
min-width: 160px;
_width: 160px;
padding: 4px 0;
Mirror:startupbookie kgdavis$ rspec spec/models/
................................
Finished in 4.62 seconds
32 examples, 0 failures