Update index.html

This commit is contained in:
mathias 2015-10-09 20:08:16 +03:00
parent b92243ce98
commit 7cbdfc4e16

View file

@ -172,7 +172,6 @@ a:focus {
margin-top: 0px;
margin-left: 10px;
font-family: 'icon';
text-shadow: 0px 3px 2px rgba(0, 0, 0, 0.11);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
@ -188,7 +187,6 @@ a:focus {
letter-spacing: 1px;
text-align: center;
margin: 0;
text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.11);
cursor: default;
}
@ -199,7 +197,6 @@ h1 {
margin-top: 0;
padding-bottom: 22px;
line-height: 6px;
text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
cursor: default;
}
@ -347,10 +344,6 @@ button:hover, button:focus {
-moz-transition: background .3s ease-in-out;
transition: background .3s ease-in-out;
text-decoration: none;
text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.3);
box-shadow: 0px 6px 6px -4px rgba(0, 0, 0, 0.3);
}
#aboutbutton:hover, #aboutbutton:focus, #newsbutton:hover, #newsbutton:focus, #contactbutton:hover, #contactbutton:focus {
outline: 0;