Update index.html

This commit is contained in:
mathias 2015-12-11 23:16:24 +02:00
parent 0d90f92232
commit 0fc5f37ebc

View file

@ -294,7 +294,6 @@
color: #aa0000;
font-size: 19px;
transition: background .1s ease-in-out;
border-left: 1px solid #aa0000;
padding: 7px 15px 7px 15px;
}
input:focus, textarea:focus, button:hover, button:focus, #intro a:hover, #intro a:focus {
@ -302,6 +301,7 @@
}
#intro a:first-of-type {
border-radius: 21px 0px 0px 21px;
border-right: 1px solid #aa0000;
padding: 7px 15px 7px 18px;
}
#intro a:last-of-type {