convert all icons to font-awesome vector based / retina compatible icons

This commit is contained in:
Dan Pastusek
2014-01-28 00:10:26 -07:00
parent e879af6b0e
commit 1c9f323e7e
24 changed files with 512 additions and 93 deletions

View File

@@ -303,10 +303,10 @@ ul#nav {
&.config {
height: 28px;
width: 10px;
img {
i {
position: relative;
top: -7px;
left: -7px;
top: 0px;
left: -6px;
}
}
&.log {
@@ -920,11 +920,11 @@ div#artistheader {
}
}
#toTop {
background: url("../images/toTop.gif") no-repeat scroll 10px center #f7f7f7;
background: #f7f7f7;
border-radius: 5px 0 0 0;
bottom: 0;
display: none;
padding: 10px 10px 10px 40px;
padding: 10px 10px 10px 10px;
position: fixed;
right: 0;
}