compilation CSS
This commit is contained in:
parent
5a6e0ff124
commit
665e0fefff
7 changed files with 17 additions and 16 deletions
|
@ -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/
|
* Licence WTFPL http://www.wtfpl.net/
|
||||||
*/
|
*/
|
||||||
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
|
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
|
||||||
|
@ -564,7 +564,8 @@ code,
|
||||||
pre,
|
pre,
|
||||||
textarea,
|
textarea,
|
||||||
input,
|
input,
|
||||||
video {
|
video,
|
||||||
|
svg {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
/* margin-bottom on tables */
|
/* margin-bottom on tables */
|
||||||
|
@ -1621,9 +1622,9 @@ s,m,l,n = small, medium, large, none
|
||||||
}
|
}
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
display: block !important;
|
display: block;
|
||||||
width: auto !important;
|
width: auto;
|
||||||
text-align: left !important;
|
text-align: left;
|
||||||
}
|
}
|
||||||
thead {
|
thead {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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/
|
* Licence WTFPL http://www.wtfpl.net/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -317,9 +317,9 @@
|
||||||
|
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
display: block !important;
|
display: block;
|
||||||
width: auto !important;
|
width: auto;
|
||||||
text-align: left !important;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
|
|
|
@ -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/
|
* Licence WTFPL http://www.wtfpl.net/
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
@ -316,9 +316,9 @@
|
||||||
|
|
||||||
th,
|
th,
|
||||||
td {
|
td {
|
||||||
display: block !important;
|
display: block;
|
||||||
width: auto !important;
|
width: auto;
|
||||||
text-align: left !important;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
thead {
|
thead {
|
||||||
|
|
Loading…
Reference in a new issue