Skip to content

Commit

Permalink
1.0.6 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Apr 30, 2015
1 parent 76e7be8 commit bf6e318
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 11 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Framework7 v1.0.6 - Updated on April 29, 2015
## Framework7 v1.0.6 - Updated on May 1, 2015
* Dom7
* Improved performance for `outerWidth` and `outerHeight` methods
* `.serializeObject` method will apply encode uri to serialized string
Expand Down
50 changes: 49 additions & 1 deletion dist/css/framework7.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* Licensed under MIT
*
* Released on: April 29, 2015
* Released on: May 1, 2015
*/
html,
body {
Expand Down Expand Up @@ -93,81 +93,129 @@ p {
width: -webkit-calc((100% - 15px*0) / 1);
width: calc((100% - 15px*0) / 1);
}
.row.no-gutter .col-100 {
width: 100%;
}
.row .col-95 {
width: 95%;
width: -webkit-calc((100% - 15px*0.05263157894736836) / 1.0526315789473684);
width: calc((100% - 15px*0.05263157894736836) / 1.0526315789473684);
}
.row.no-gutter .col-95 {
width: 95%;
}
.row .col-90 {
width: 90%;
width: -webkit-calc((100% - 15px*0.11111111111111116) / 1.1111111111111112);
width: calc((100% - 15px*0.11111111111111116) / 1.1111111111111112);
}
.row.no-gutter .col-90 {
width: 90%;
}
.row .col-85 {
width: 85%;
width: -webkit-calc((100% - 15px*0.17647058823529416) / 1.1764705882352942);
width: calc((100% - 15px*0.17647058823529416) / 1.1764705882352942);
}
.row.no-gutter .col-85 {
width: 85%;
}
.row .col-80 {
width: 80%;
width: -webkit-calc((100% - 15px*0.25) / 1.25);
width: calc((100% - 15px*0.25) / 1.25);
}
.row.no-gutter .col-80 {
width: 80%;
}
.row .col-75 {
width: 75%;
width: -webkit-calc((100% - 15px*0.33333333333333326) / 1.3333333333333333);
width: calc((100% - 15px*0.33333333333333326) / 1.3333333333333333);
}
.row.no-gutter .col-75 {
width: 75%;
}
.row .col-66 {
width: 66.66666666666666%;
width: -webkit-calc((100% - 15px*0.5000000000000002) / 1.5000000000000002);
width: calc((100% - 15px*0.5000000000000002) / 1.5000000000000002);
}
.row.no-gutter .col-66 {
width: 66.66666666666666%;
}
.row .col-60 {
width: 60%;
width: -webkit-calc((100% - 15px*0.6666666666666667) / 1.6666666666666667);
width: calc((100% - 15px*0.6666666666666667) / 1.6666666666666667);
}
.row.no-gutter .col-60 {
width: 60%;
}
.row .col-50 {
width: 50%;
width: -webkit-calc((100% - 15px*1) / 2);
width: calc((100% - 15px*1) / 2);
}
.row.no-gutter .col-50 {
width: 50%;
}
.row .col-40 {
width: 40%;
width: -webkit-calc((100% - 15px*1.5) / 2.5);
width: calc((100% - 15px*1.5) / 2.5);
}
.row.no-gutter .col-40 {
width: 40%;
}
.row .col-33 {
width: 33.333333333333336%;
width: -webkit-calc((100% - 15px*2) / 3);
width: calc((100% - 15px*2) / 3);
}
.row.no-gutter .col-33 {
width: 33.333333333333336%;
}
.row .col-25 {
width: 25%;
width: -webkit-calc((100% - 15px*3) / 4);
width: calc((100% - 15px*3) / 4);
}
.row.no-gutter .col-25 {
width: 25%;
}
.row .col-20 {
width: 20%;
width: -webkit-calc((100% - 15px*4) / 5);
width: calc((100% - 15px*4) / 5);
}
.row.no-gutter .col-20 {
width: 20%;
}
.row .col-15 {
width: 15%;
width: -webkit-calc((100% - 15px*5.666666666666667) / 6.666666666666667);
width: calc((100% - 15px*5.666666666666667) / 6.666666666666667);
}
.row.no-gutter .col-15 {
width: 15%;
}
.row .col-10 {
width: 10%;
width: -webkit-calc((100% - 15px*9) / 10);
width: calc((100% - 15px*9) / 10);
}
.row.no-gutter .col-10 {
width: 10%;
}
.row .col-5 {
width: 5%;
width: -webkit-calc((100% - 15px*19) / 20);
width: calc((100% - 15px*19) / 20);
}
.row.no-gutter .col-5 {
width: 5%;
}
.row .col-auto:nth-last-child(1),
.row .col-auto:nth-last-child(1) ~ .col-auto {
width: 100%;
Expand Down
4 changes: 2 additions & 2 deletions dist/css/framework7.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/framework7.rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* Licensed under MIT
*
* Released on: April 29, 2015
* Released on: May 1, 2015
*/
/*=============
Framework 7 RTL Additions
Expand Down
2 changes: 1 addition & 1 deletion dist/css/framework7.rtl.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/framework7.themes.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* Licensed under MIT
*
* Released on: April 29, 2015
* Released on: May 1, 2015
*/
/*==========================
Framework7 Layouts Themes
Expand Down
2 changes: 1 addition & 1 deletion dist/css/framework7.themes.min.css

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

2 changes: 1 addition & 1 deletion dist/js/framework7.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* Licensed under MIT
*
* Released on: April 29, 2015
* Released on: May 1, 2015
*/
(function () {

Expand Down
2 changes: 1 addition & 1 deletion dist/js/framework7.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/framework7.min.js.map

Large diffs are not rendered by default.

0 comments on commit bf6e318

Please sign in to comment.