Update to font-awesome 3.0. Fix instances of fa-hdd to fa-hdd-o. Make contact option bubbles large and centered.

This commit is contained in:
yackob03 2014-01-15 15:40:37 -05:00
parent 82c4c8a28b
commit 0b7dfffb42
6 changed files with 38 additions and 22 deletions

View file

@ -496,11 +496,11 @@ i.toggle-icon:hover {
width: 40px;
}
.repo-circle .fa-hdd {
.repo-circle .fa-hdd-o {
font-size: 36px;
}
.repo-circle.no-background .fa-hdd {
.repo-circle.no-background .fa-hdd-o {
font-size: 30px;
}
@ -2617,3 +2617,7 @@ p.editable:hover i {
font-weight: bold;
font-size: .4em;
}
.contact-options {
margin-top: 60px;
}