Skip to content

Commit

Permalink
release 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaynberg committed Aug 1, 2012
1 parent dc33939 commit a0ffadf
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 3 deletions.
4 changes: 2 additions & 2 deletions select2.css
@@ -1,5 +1,5 @@
/*
Version: @@ver@@ Timestamp: @@timestamp@@
Version: 3.0 Timestamp: Tue Jul 31 21:09:16 PDT 2012
*/
.select2-container {
position: relative;
Expand Down Expand Up @@ -511,4 +511,4 @@ disabled look for already selected choices in the results dropdown
.select2-result-unselectable .select2-result-selectable .select2-match { text-decoration: underline; }
.select2-result-unselectable .select2-match { text-decoration: none; }

.select2-offscreen { position: absolute; left: -10000px; }
.select2-offscreen { position: absolute; left: -10000px; }
2 changes: 1 addition & 1 deletion select2.js
@@ -1,7 +1,7 @@
/*
Copyright 2012 Igor Vaynberg
Version: @@ver@@ Timestamp: @@timestamp@@
Version: 3.0 Timestamp: Tue Jul 31 21:09:16 PDT 2012
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in
compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
Expand Down

0 comments on commit a0ffadf

Please sign in to comment.