version 4.3.5
This commit is contained in:
parent
ce396d6ada
commit
1ef2f8f6e9
11 changed files with 24 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "KNACSS",
|
"name": "KNACSS",
|
||||||
"version": "4.3.4",
|
"version": "4.3.5",
|
||||||
"homepage": "http://www.knacss.com/",
|
"homepage": "http://www.knacss.com/",
|
||||||
"authors": [
|
"authors": [
|
||||||
"Raphaël GOETTER, Alsacreations"
|
"Raphaël GOETTER, Alsacreations"
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
# changelog v4.3.5 (20 octobre 2015)
|
||||||
|
|
||||||
|
- correction de doublons
|
||||||
|
- ajout de `word-break: break-all` sur les liens en responsive
|
||||||
|
- suppression du `outline: 0` sur les boutons au focus
|
||||||
|
- correction de visuels dans la documentation
|
||||||
|
|
||||||
# changelog v4.3.4 (27 août 2015)
|
# changelog v4.3.4 (27 août 2015)
|
||||||
|
|
||||||
- ajout des classes `.pull` et `.push` pour les offsets des grilles
|
- ajout des classes `.pull` et `.push` pour les offsets des grilles
|
||||||
|
|
|
@ -395,25 +395,22 @@ html {
|
||||||
/* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
|
/* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
|
||||||
/* thanks to @guardian, @victorbritopro and @eQRoeil */
|
/* thanks to @guardian, @victorbritopro and @eQRoeil */
|
||||||
font-size: calc(1em * .625);
|
font-size: calc(1em * .625);
|
||||||
/* disallow text zooming on orientation change (non standard property) */
|
|
||||||
-webkit-text-size-adjust: 100%;
|
|
||||||
-ms-text-size-adjust: 100%;
|
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
/* set body font-size in em (1.4em equiv "14px") */
|
/* set body font-size in em (1.4em equiv "14px") */
|
||||||
font-size: 1.4em;
|
font-size: 1.4em;
|
||||||
background-color: #ffffff;
|
background-color: #fff;
|
||||||
color: #000000;
|
color: #000;
|
||||||
font-family: Helvetica, Arial, sans-serif;
|
font-family: Helvetica, Arial, sans-serif;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: #333333;
|
color: #333;
|
||||||
}
|
}
|
||||||
a:hover,
|
a:hover,
|
||||||
a:focus,
|
a:focus,
|
||||||
a:active {
|
a:active {
|
||||||
color: #000000;
|
color: #000;
|
||||||
}
|
}
|
||||||
/* font-sizing for content */
|
/* font-sizing for content */
|
||||||
p,
|
p,
|
||||||
|
@ -979,7 +976,7 @@ input,
|
||||||
optgroup,
|
optgroup,
|
||||||
select,
|
select,
|
||||||
textarea {
|
textarea {
|
||||||
color: #000000;
|
color: #000;
|
||||||
}
|
}
|
||||||
label {
|
label {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -1019,7 +1016,6 @@ textarea:-moz-placeholder {
|
||||||
.btn:focus,
|
.btn:focus,
|
||||||
input[type="button"]:focus,
|
input[type="button"]:focus,
|
||||||
button:focus {
|
button:focus {
|
||||||
outline: 0;
|
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
|
@ -1697,6 +1693,9 @@ s,m,l,n = small, medium, large, none
|
||||||
-ms-hyphens: auto;
|
-ms-hyphens: auto;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
/* Google Gmap3 bug fix on images */
|
/* Google Gmap3 bug fix on images */
|
||||||
.gm-style img {
|
.gm-style img {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -47,10 +47,6 @@ html {
|
||||||
/* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
|
/* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
|
||||||
/* thanks to @guardian, @victorbritopro and @eQRoeil */
|
/* thanks to @guardian, @victorbritopro and @eQRoeil */
|
||||||
font-size: ~'calc(1em * .625)';
|
font-size: ~'calc(1em * .625)';
|
||||||
|
|
||||||
/* disallow text zooming on orientation change (non standard property) */
|
|
||||||
-webkit-text-size-adjust: 100%;
|
|
||||||
-ms-text-size-adjust: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
@ -81,7 +81,6 @@ textarea:-moz-placeholder {
|
||||||
.@{kna-namespace}btn:focus,
|
.@{kna-namespace}btn:focus,
|
||||||
input[type="button"]:focus,
|
input[type="button"]:focus,
|
||||||
button:focus {
|
button:focus {
|
||||||
outline: 0;
|
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
|
|
|
@ -37,6 +37,9 @@
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Google Gmap3 bug fix on images */
|
/* Google Gmap3 bug fix on images */
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "knacss",
|
"name": "knacss",
|
||||||
"version": "4.3.4",
|
"version": "4.3.5",
|
||||||
"homepage": "http://www.knacss.com/",
|
"homepage": "http://www.knacss.com/",
|
||||||
"bugs": "https://github.com/raphaelgoetter/KNACSS/issues",
|
"bugs": "https://github.com/raphaelgoetter/KNACSS/issues",
|
||||||
"author": [
|
"author": [
|
||||||
|
|
|
@ -47,10 +47,6 @@ html {
|
||||||
/* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
|
/* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
|
||||||
/* thanks to @guardian, @victorbritopro and @eQRoeil */
|
/* thanks to @guardian, @victorbritopro and @eQRoeil */
|
||||||
font-size: calc(1em * 0.625);
|
font-size: calc(1em * 0.625);
|
||||||
|
|
||||||
/* disallow text zooming on orientation change (non standard property) */
|
|
||||||
-webkit-text-size-adjust: 100%;
|
|
||||||
-ms-text-size-adjust: 100%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
@ -81,7 +81,6 @@ textarea:-moz-placeholder {
|
||||||
.#{$kna-namespace}btn:focus,
|
.#{$kna-namespace}btn:focus,
|
||||||
input[type="button"]:focus,
|
input[type="button"]:focus,
|
||||||
button:focus {
|
button:focus {
|
||||||
outline: 0;
|
|
||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
|
|
|
@ -37,6 +37,9 @@
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
hyphens: auto;
|
hyphens: auto;
|
||||||
}
|
}
|
||||||
|
a {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Google Gmap3 bug fix on images */
|
/* Google Gmap3 bug fix on images */
|
||||||
|
|
Loading…
Reference in a new issue