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

@ -45,16 +45,16 @@ h1, h2, h3, h4, h5, h6, p {
}
a {
text-decoration: none;
font-family: "Trebuchet MS", Helvetica, Arial;
color: #e9f5fa;
font-size: 15px;
text-decoration: none;
font-family: "Trebuchet MS", Helvetica, Arial;
color: #e9f5fa;
font-size: 15px;
}
footer {
font-family: sans-serif, Helvetica, Verdana;
color: #c9e7f3;
background-color: #8aa3c8;
font-family: sans-serif, Helvetica, Verdana;
color: #c9e7f3;
background-color: #8aa3c8;
}
input[name=mobile] {

View file

@ -1,9 +1,9 @@
* {
margin: 0;
padding: 0;
margin: 0;
padding: 0;
}
html, body {
height: 100%;
height: 100%;
}
body {
background-color: #eef7fb;
@ -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 {