From bfb78b3d89cb0e1ea6a41411ab03f927d1a1550f Mon Sep 17 00:00:00 2001 From: Vasil Kolev Date: Tue, 7 Oct 2014 16:40:57 +0300 Subject: [PATCH] fix from Krasimir Tsonev for making the socnet icons clickable --- css/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/css/styles.css b/css/styles.css index 3ef5411..3f33f7c 100644 --- a/css/styles.css +++ b/css/styles.css @@ -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;