use font icons instead of images for navigation

This commit is contained in:
Bala Clark 2013-05-03 08:08:39 +02:00
parent 24c9693832
commit 9dadedff3f
5 changed files with 55 additions and 38 deletions

View file

@ -20,6 +20,16 @@
opacity: 0;
background: center no-repeat;
box-shadow: none;
padding: 0 3em;
}
.navigate > span {
color: #000;
font-size: 13em;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 13em;
top: 35%;
position: relative;
}
.navigate:hover {