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