Skip to content

Commit

Permalink
Fix erroneous # sign in gradient color
Browse files Browse the repository at this point in the history
  • Loading branch information
mrardon committed Feb 20, 2013
1 parent 86e450e commit ff536f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typeahead.js-bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
color: #fff;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(##0077b3));
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
Expand Down

0 comments on commit ff536f5

Please sign in to comment.