Skip to content

Commit 6f37e2b

Browse files
committed
Updated version commit for new release.
1 parent 42589c7 commit 6f37e2b

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

css/jquery.isolate.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/jquery.isolate.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* http://opensource.org/licenses/MIT
77
*
88
* Author: Adam J De Lucia
9-
* Scaffolding Version: 1.0.0 (Isolate 1.0.4)
9+
* Scaffolding Version: 1.0.0 (Isolate 1.0.5)
1010
* Date: June 1 2014
1111
*
1212
*/

js/jquery.isolate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* http://opensource.org/licenses/MIT
88
*
99
* Author: Adam J De Lucia
10-
* Version: 1.0.4
10+
* Version: 1.0.5
1111
* Date: June 1 2014
1212
*
1313
*/

js/jquery.isolate.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

less/jquery.isolate.less

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,27 @@
77
* http://opensource.org/licenses/MIT
88
*
99
* Author: Adam J De Lucia
10-
* Scaffolding Version: 1.0.0 (Isolate 1.0.4)
10+
* Scaffolding Version: 1.0.0 (Isolate 1.0.5)
1111
* Date: June 1 2014
1212
*
1313
*/
1414

1515
@isosID: ~"#iso-els";
1616
@filtersID: ~"#iso-filters";
17+
@filtersID2: ~"#myFilters";
1718
@bgColor: #fff;
1819
@bgHoverColor: rgb(48,120,144);
1920
@activeColor: lighten(rgb(144,216,240), 20%);
2021
@activeBG: darken(rgb(0,72,96), 5%);
2122

22-
@{filtersID} .filters-header {
23+
@{filtersID} .filters-header, @{filtersID2} .filters-header {
2324
font-size: 18px;
2425
font-style: italic;
2526
text-transform: uppercase;
2627
margin: 0 0 15px;
2728
}
2829

29-
@{filtersID} .filter {
30+
@{filtersID} .filter, @{filtersID2} .filter {
3031
cursor: pointer;
3132
font-size: 14px;
3233
color: @bgHoverColor;

0 commit comments

Comments
 (0)