Tweaking Css prefix

This commit is contained in:
Denis 2015-01-07 12:16:54 +02:00
parent c64e86abec
commit 9cdba38b3c
2 changed files with 11 additions and 17 deletions

View file

@ -41,9 +41,6 @@ a {
a:hover {
color: #abd9ec;
text-decoration: underline;
-webkit-transition: color 0.5s;
-moz-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s;
}
footer {
@ -173,13 +170,10 @@ margin-bottom: -50px;
display: inline;
}
.mobile input {
-webkit-box-sizing: border-box;
/* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;
/* Firefox, other Gecko */
box-sizing: border-box;
box-sizing: border-box
/* Opera/IE 8+ */
}
#incercari_msg {