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

@ -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 */