version 4.3.5

This commit is contained in:
Raphael Goetter 2015-10-20 14:22:14 +02:00
parent ce396d6ada
commit 1ef2f8f6e9
11 changed files with 24 additions and 22 deletions

View File

@ -1,6 +1,6 @@
{
"name": "KNACSS",
"version": "4.3.4",
"version": "4.3.5",
"homepage": "http://www.knacss.com/",
"authors": [
"Raphaël GOETTER, Alsacreations"

View File

@ -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)
- ajout des classes `.pull` et `.push` pour les offsets des grilles

View File

@ -395,25 +395,22 @@ html {
/* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
/* thanks to @guardian, @victorbritopro and @eQRoeil */
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 {
/* set body font-size in em (1.4em equiv "14px") */
font-size: 1.4em;
background-color: #ffffff;
color: #000000;
background-color: #fff;
color: #000;
font-family: Helvetica, Arial, sans-serif;
line-height: 1.5;
}
a {
color: #333333;
color: #333;
}
a:hover,
a:focus,
a:active {
color: #000000;
color: #000;
}
/* font-sizing for content */
p,
@ -979,7 +976,7 @@ input,
optgroup,
select,
textarea {
color: #000000;
color: #000;
}
label {
display: inline-block;
@ -1019,7 +1016,6 @@ textarea:-moz-placeholder {
.btn:focus,
input[type="button"]:focus,
button:focus {
outline: 0;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;
@ -1697,6 +1693,9 @@ s,m,l,n = small, medium, large, none
-ms-hyphens: auto;
hyphens: auto;
}
a {
word-break: break-all;
}
}
/* Google Gmap3 bug fix on images */
.gm-style img {

File diff suppressed because one or more lines are too long

View File

@ -47,10 +47,6 @@ html {
/* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
/* thanks to @guardian, @victorbritopro and @eQRoeil */
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 {

View File

@ -81,7 +81,6 @@ textarea:-moz-placeholder {
.@{kna-namespace}btn:focus,
input[type="button"]:focus,
button:focus {
outline: 0;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;

View File

@ -37,6 +37,9 @@
word-wrap: break-word;
hyphens: auto;
}
a {
word-break: break-all;
}
}
/* Google Gmap3 bug fix on images */

View File

@ -1,6 +1,6 @@
{
"name": "knacss",
"version": "4.3.4",
"version": "4.3.5",
"homepage": "http://www.knacss.com/",
"bugs": "https://github.com/raphaelgoetter/KNACSS/issues",
"author": [

View File

@ -47,10 +47,6 @@ html {
/* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
/* thanks to @guardian, @victorbritopro and @eQRoeil */
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 {

View File

@ -81,7 +81,6 @@ textarea:-moz-placeholder {
.#{$kna-namespace}btn:focus,
input[type="button"]:focus,
button:focus {
outline: 0;
-webkit-tap-highlight-color: transparent;
-webkit-user-select: none;
-moz-user-select: none;

View File

@ -37,6 +37,9 @@
word-wrap: break-word;
hyphens: auto;
}
a {
word-break: break-all;
}
}
/* Google Gmap3 bug fix on images */