Add octicon to branch label

This commit is contained in:
Kevin Sawicki
2012-10-25 12:23:54 -07:00
committed by Corey Johnson
parent 88cdff9d26
commit e4fb12a398
5 changed files with 31 additions and 5 deletions

View File

@@ -72,3 +72,10 @@ html, body {
.clear-float {
clear: both;
}
@font-face {
font-family: 'Octicons Regular';
src: url(octicons-regular-webfont.ttf) format(truetype);
font-weight: normal;
font-style: normal;
}

Binary file not shown.

View File

@@ -25,3 +25,15 @@
right: 5px;
top: 5px;
}
.status-bar .octicons {
font-family: 'Octicons Regular';
font-size: 14px;
width: 14px;
height: 14px;
}
.status-bar .branch-label {
padding-left: 2px;
padding-right: 10px;
}