Switch glyphicon to font awesome.

This commit is contained in:
yackob03 2013-09-26 18:48:22 -04:00
parent 68cc25b197
commit 2fbd016595
3 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
.editable .glyphicon {
.editable i {
opacity: 0.2;
font-size: 85%;
margin-left: 10px;
@ -7,7 +7,7 @@
transition: opacity 500ms ease-in-out;
}
.noteditable .glyphicon {
.noteditable i {
display: none;
}
@ -21,7 +21,7 @@ p.editable:hover {
cursor: pointer;
}
p.editable:hover .glyphicon {
p.editable:hover i {
opacity: 1;
}