Skip to content

Commit

Permalink
version 4.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelgoetter committed Jan 23, 2016
1 parent 021f2d6 commit d02430b
Show file tree
Hide file tree
Showing 14 changed files with 218 additions and 173 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "KNACSS",
"version": "4.4.3",
"version": "4.4.4",
"homepage": "http://www.knacss.com/",
"authors": [
"Raphaël GOETTER, Alsacreations"
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# changelog v4.4.4 (23 janvier 2016)

- mise à jour vers Normalize 3.0.3 : https://github.com/necolas/normalize.css/
- réalignement vertical des input et des label

# changelog v4.4.3 (14 janvier 2016)

- ajout du patch `min-width: 0` sur les flex-items de grilles
Expand Down
2 changes: 1 addition & 1 deletion css/grillade.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/grillade.less
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* www.KNACSS.com V4.4.3 (14 janvier 2016) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V4.4.4 (23 janvier 2016) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/

Expand Down
2 changes: 1 addition & 1 deletion css/grillade.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* www.KNACSS.com V4.4.3 (14 janvier 2016) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V4.4.4 (23 janvier 2016) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/

Expand Down
71 changes: 43 additions & 28 deletions css/knacss-unminified.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/*!
* www.KNACSS.com V4.4.3 (14 janvier 2016) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V4.4.4 (23 janvier 2016) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/
html {
font-family: sans-serif;
Expand Down Expand Up @@ -37,7 +37,6 @@ figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
Expand Down Expand Up @@ -68,7 +67,7 @@ audio:not([controls]) {
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden],
template {
Expand All @@ -83,7 +82,8 @@ a {
background-color: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a:active,
a:hover {
Expand All @@ -92,17 +92,32 @@ a:hover {
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
* Address inconsistent styling of `abbr[title]`.
* 1. Correct styling in Firefox 39 and Opera 12.
* 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: 1px dotted;
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
* Address inconsistent styling of b and strong.
* 1. Correct duplicate application of `bolder` in Safari 6.0.2.
* 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
*/
b,
strong {
font-weight: bold;
font-weight: inherit;
/* 1 */
}
b,
strong {
font-weight: bolder;
/* 2 */
}
/**
* Address styling not present in Safari and Chrome.
Expand All @@ -122,7 +137,7 @@ h1 {
* Address styling not present in IE 8/9.
*/
mark {
background: #ff0;
background-color: #ff0;
color: #000;
}
/**
Expand Down Expand Up @@ -170,11 +185,17 @@ figure {
margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
* Address inconsistent styling of `hr`.
* 1. Correct `box-sizing` set to `border-box` in Firefox.
* 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* Contain overflow in all browsers.
Expand All @@ -183,14 +204,17 @@ pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
* 1. Correct inheritance and scaling of font-size for preformatted text.
* 2. Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Forms
========================================================================== */
Expand All @@ -199,22 +223,18 @@ samp {
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
* 1. Correct font properties not being inherited.
* 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
/* 1 */
margin: 0;
/* 3 */
/* 2 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
Expand Down Expand Up @@ -294,15 +314,10 @@ input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
* Address `appearance` set to `searchfield` in Safari and Chrome.
*/
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
/* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
Expand Down
4 changes: 2 additions & 2 deletions css/knacss.css

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.4.3 (14 janvier 2016) @author: Raphael Goetter, Alsacreations
* www.KNACSS.com V4.4.4 (23 janvier 2016) @author: Raphael Goetter, Alsacreations
* Licence WTFPL http://www.wtfpl.net/
*/

Expand Down
70 changes: 38 additions & 32 deletions less/_01a-normalize.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
* 2. Prevent iOS and IE text size adjust after device orientation change,
* without disabling user zoom.
*/

html {
Expand Down Expand Up @@ -37,7 +37,6 @@ figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
Expand Down Expand Up @@ -71,7 +70,7 @@ audio:not([controls]) {

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/

[hidden],
Expand All @@ -91,7 +90,8 @@ a {
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
* Improve readability of focused elements when they are also in an
* active/hover state.
*/

a:active,
Expand All @@ -103,20 +103,31 @@ a:hover {
========================================================================== */

/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
* Address inconsistent styling of `abbr[title]`.
* 1. Correct styling in Firefox 39 and Opera 12.
* 2. Correct missing styling in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
border-bottom: 1px dotted;
border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
* Address inconsistent styling of b and strong.
* 1. Correct duplicate application of `bolder` in Safari 6.0.2.
* 2. Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+.
*/

b,
strong {
font-weight: bold;
font-weight: inherit; /* 1 */
}

b,
strong {
font-weight: bolder; /* 2 */
}

/**
Expand All @@ -142,7 +153,7 @@ h1 {
*/

mark {
background: #ff0;
background-color: #ff0;
color: #000;
}

Expand Down Expand Up @@ -205,13 +216,15 @@ figure {
}

/**
* Address differences between Firefox and other browsers.
* Address inconsistent styling of `hr`.
* 1. Correct `box-sizing` set to `border-box` in Firefox.
* 2. Correct `overflow` set to `hidden` in IE 8/9/10/11 and Edge 12.
*/

hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
}

/**
Expand All @@ -223,15 +236,16 @@ pre {
}

/**
* Address odd `em`-unit font size rendering in all browsers.
* 1. Correct inheritance and scaling of font-size for preformatted text.
* 2. Address odd `em`-unit font size rendering in all browsers.
*/

code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
font-family: monospace, monospace; /* 1 */
font-size: 1em; /* 2 */
}

/* Forms
Expand All @@ -243,20 +257,17 @@ samp {
*/

/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
* 1. Correct font properties not being inherited.
* 2. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/

button,
input,
optgroup,
select,
textarea {
color: inherit; /* 1 */
font: inherit; /* 2 */
margin: 0; /* 3 */
font: inherit; /* 1 */
margin: 0; /* 2 */
}

/**
Expand Down Expand Up @@ -349,16 +360,11 @@ input[type="number"]::-webkit-outer-spin-button {
}

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
* Address `appearance` set to `searchfield` in Safari and Chrome.
*/

input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
-webkit-appearance: textfield;
}

/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "knacss",
"version": "4.4.3",
"version": "4.4.4",
"homepage": "http://www.knacss.com/",
"bugs": "https://github.com/raphaelgoetter/KNACSS/issues",
"author": [
Expand Down
Loading

0 comments on commit d02430b

Please sign in to comment.