fix from Krasimir Tsonev for making the socnet icons clickable

This commit is contained in:
Vasil Kolev 2014-10-07 16:40:57 +03:00 committed by Openfest
parent 79628bf965
commit bfb78b3d89
1 changed files with 11 additions and 0 deletions

View File

@ -263,6 +263,17 @@ nav .menu > li:hover {
padding: 30px 4px 0 4px;
}
.menu li.fa a {
padding-top: 0;
position: absolute;
display: block;
top: 0;
left: 0;
height: 52px;
width: 10px;
}
nav ul a {
color: #000;
text-decoration: none;