version 4.3.6

cf. changelog
This commit is contained in:
Raphael Goetter 2015-11-10 15:53:03 +01:00
parent 05551f7931
commit fd6363eff8
10 changed files with 80 additions and 71 deletions

View file

@ -1,5 +1,5 @@
/*!
* www.KNACSS.com V4.3.4 (27 août 2015) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V4.3.6 (10 novembre 2015) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/
@ -64,7 +64,7 @@
@ultra-large-screen : 1920px; // ultra large screens
// grids variables (choose unit you prefer)
@gutter: 1em; // gutter value for grid layouts. Unit can be: %, px, em, rem
@gutter: 2rem; // gutter value for grid layouts. Unit can be: %, px, em, rem
@number: 4; // number of equal columns
@left: 2; // left side of uneven columns
@right: 1; // right side of uneven columns

View file

@ -21,7 +21,7 @@ code {
}
pre code {
padding: none;
padding: 0;
background: none;
color: inherit;
border-radius: 0;
@ -112,4 +112,4 @@ th {
padding: 0.3em 0.8em;
border: 1px #aaa dotted;
text-align: left;
}
}