fix from Krasimir Tsonev for the displaying of the socnet icons

This commit is contained in:
Vasil Kolev 2014-10-07 16:37:39 +03:00 committed by Openfest
parent 8d43ac211b
commit 79628bf965
1 changed files with 5 additions and 0 deletions

View File

@ -258,6 +258,11 @@ nav .menu > li:hover {
border-top: 0.4em solid #A8D6FF;
}
.menu li.fa::before {
display: block;
padding: 30px 4px 0 4px;
}
nav ul a {
color: #000;
text-decoration: none;