Skip to content

Commit

Permalink
Updated version commit for new release.
Browse files Browse the repository at this point in the history
  • Loading branch information
offthehandle committed Jun 2, 2014
1 parent 42589c7 commit 6f37e2b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion css/jquery.isolate.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/jquery.isolate.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* http://opensource.org/licenses/MIT
*
* Author: Adam J De Lucia
* Scaffolding Version: 1.0.0 (Isolate 1.0.4)
* Scaffolding Version: 1.0.0 (Isolate 1.0.5)
* Date: June 1 2014
*
*/
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.isolate.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* http://opensource.org/licenses/MIT
*
* Author: Adam J De Lucia
* Version: 1.0.4
* Version: 1.0.5
* Date: June 1 2014
*
*/
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.isolate.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions less/jquery.isolate.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,27 @@
* http://opensource.org/licenses/MIT
*
* Author: Adam J De Lucia
* Scaffolding Version: 1.0.0 (Isolate 1.0.4)
* Scaffolding Version: 1.0.0 (Isolate 1.0.5)
* Date: June 1 2014
*
*/

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

@{filtersID} .filters-header {
@{filtersID} .filters-header, @{filtersID2} .filters-header {
font-size: 18px;
font-style: italic;
text-transform: uppercase;
margin: 0 0 15px;
}

@{filtersID} .filter {
@{filtersID} .filter, @{filtersID2} .filter {
cursor: pointer;
font-size: 14px;
color: @bgHoverColor;
Expand Down

0 comments on commit 6f37e2b

Please sign in to comment.