Move octicon values to content property

This commit is contained in:
Kevin Sawicki
2012-12-11 16:56:16 -08:00
parent 641f892493
commit d0a213b2b1
3 changed files with 18 additions and 9 deletions

View File

@@ -21,11 +21,19 @@
padding-right: 5px;
}
.status-bar .modified-status-icon:before {
content: "\f26d";
}
.status-bar .new-status-icon {
color: #269F81;
padding-right: 5px;
}
.status-bar .new-status-icon:before {
content: "\f26b";
}
.status-bar .octicons {
font-family: 'Octicons Regular';
font-size: 14px;