refactoring the status-bar

This commit is contained in:
Jon Rohan
2013-01-21 21:12:41 -08:00
parent 25308fd8da
commit 8e7fb55f75
3 changed files with 12 additions and 17 deletions

View File

@@ -0,0 +1,9 @@
.status-bar {
position: relative;
-webkit-user-select: none;
cursor: default;
}
.status-bar .git-branch {
float: right;
}