Skip to content

Commit

Permalink
Fix repo URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Kissling committed Jun 9, 2015
1 parent b014a35 commit 2446037
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions dist/select2-bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Select2 Bootstrap Theme v0.1.0-beta.3 | MIT License | github.com/fk/select2-bootstrap-theme */
/*! Select2 Bootstrap Theme v0.1.0-beta.3 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap {
display: block;
/*------------------------------------*\
Expand Down Expand Up @@ -576,7 +576,7 @@
}

/**
* Temporary fix for https://github.com/fk/select2-bootstrap-theme/issues/9
* Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
*/
.form-control.select2-hidden-accessible {
position: absolute !important;
Expand Down
2 changes: 1 addition & 1 deletion dist/select2-bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/css/select2-bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Select2 Bootstrap Theme v0.1.0-beta.3 | MIT License | github.com/fk/select2-bootstrap-theme */
/*! Select2 Bootstrap Theme v0.1.0-beta.3 | MIT License | github.com/select2/select2-bootstrap-theme */
.select2-container--bootstrap {
display: block;
/*------------------------------------*\
Expand Down Expand Up @@ -576,7 +576,7 @@
}

/**
* Temporary fix for https://github.com/fk/select2-bootstrap-theme/issues/9
* Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
*/
.form-control.select2-hidden-accessible {
position: absolute !important;
Expand Down
6 changes: 3 additions & 3 deletions src/select2-bootstrap.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Select2 Bootstrap Theme v0.1.0-beta.3 | MIT License | github.com/fk/select2-bootstrap-theme */
/*! Select2 Bootstrap Theme v0.1.0-beta.3 | MIT License | github.com/select2/select2-bootstrap-theme */

//
// Variables
Expand Down Expand Up @@ -720,7 +720,7 @@
}

/**
* Temporary fix for https://github.com/fk/select2-bootstrap-theme/issues/9
* Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
*/

.form-control.select2-hidden-accessible {
Expand All @@ -733,4 +733,4 @@

.form-inline .select2-container--bootstrap {
display: inline-block;
}
}
4 changes: 2 additions & 2 deletions src/select2-bootstrap.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Select2 Bootstrap Theme v0.1.0-beta.3 | MIT License | github.com/fk/select2-bootstrap-theme */
/*! Select2 Bootstrap Theme v0.1.0-beta.3 | MIT License | github.com/select2/select2-bootstrap-theme */

//
// Variables
Expand Down Expand Up @@ -744,7 +744,7 @@ $clear-selection-color: $dropdown-arrow-color !default;
}

/**
* Temporary fix for https://github.com/fk/select2-bootstrap-theme/issues/9
* Temporary fix for https://github.com/select2/select2-bootstrap-theme/issues/9
*/

.form-control.select2-hidden-accessible {
Expand Down

0 comments on commit 2446037

Please sign in to comment.