Skip to content

Commit

Permalink
compilation CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelgoetter committed May 7, 2015
1 parent 5a6e0ff commit 665e0fe
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 16 deletions.
11 changes: 6 additions & 5 deletions css/knacss-unminified.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* www.KNACSS.com V4.1.6 (2015-04-17) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V4.2.0 (05 mai 2015) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
Expand Down Expand Up @@ -564,7 +564,8 @@ code,
pre,
textarea,
input,
video {
video,
svg {
max-width: 100%;
}
/* margin-bottom on tables */
Expand Down Expand Up @@ -1621,9 +1622,9 @@ s,m,l,n = small, medium, large, none
}
th,
td {
display: block !important;
width: auto !important;
text-align: left !important;
display: block;
width: auto;
text-align: left;
}
thead {
display: none;
Expand Down
4 changes: 2 additions & 2 deletions css/knacss.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/knacss.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion less/_00-config.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* www.KNACSS.com V4.1.6 (2015-04-17) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V4.2.0 (05 mai 2015) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/

Expand Down
6 changes: 3 additions & 3 deletions less/_07-responsive.less
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@

th,
td {
display: block !important;
width: auto !important;
text-align: left !important;
display: block;
width: auto;
text-align: left;
}

thead {
Expand Down
2 changes: 1 addition & 1 deletion sass/_00-config.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* www.KNACSS.com V4.1.6 (2015-04-17) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V4.2.0 (05 mai 2015) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/

Expand Down
6 changes: 3 additions & 3 deletions sass/_07-responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -316,9 +316,9 @@

th,
td {
display: block !important;
width: auto !important;
text-align: left !important;
display: block;
width: auto;
text-align: left;
}

thead {
Expand Down

0 comments on commit 665e0fe

Please sign in to comment.