Update index.html

This commit is contained in:
mathias 2015-10-09 20:17:05 +03:00
parent 4f40c00c10
commit 601de556b3

View file

@ -348,11 +348,9 @@ button:hover, button:focus {
} }
#aboutbutton:hover, #aboutbutton:focus, #newsbutton:hover, #newsbutton:focus, #contactbutton:hover, #contactbutton:focus { #aboutbutton:hover, #aboutbutton:focus, #newsbutton:hover, #newsbutton:focus, #contactbutton:hover, #contactbutton:focus {
outline: 0; outline: 0;
background: #aa0000;
color: #fff;
} }
#newsbutton { #newsbutton {
border-left: 0; border-left: 1px solid #aa0000;
padding: 6px 10px 6px 10px; padding: 6px 10px 6px 10px;
} }
#aboutbutton { #aboutbutton {
@ -366,7 +364,7 @@ button:hover, button:focus {
-webkit-border-radius: 0px 21px 21px 0px; -webkit-border-radius: 0px 21px 21px 0px;
border-radius: 0px 21px 21px 0px; border-radius: 0px 21px 21px 0px;
padding: 6px 13px 6px 10px; padding: 6px 13px 6px 10px;
border-left: 0; border-left: 1px solid #aa0000;
} }
#aboutbutton:before, #about-title:before { #aboutbutton:before, #about-title:before {
font-family: 'icon'; font-family: 'icon';