Merge pull request #113 from enyo/patch-1

Added a padding to the repo info in the header
This commit is contained in:
Buu Nguyen 2014-06-12 22:12:38 -07:00
commit ce9d964fc0
1 changed files with 5 additions and 1 deletions

View File

@ -58,6 +58,10 @@
margin: -5px 0 0;
text-shadow: 0 1px 0 #fff;
border-bottom: 1px solid #e5e5e5;
.octotree_header_repo {
// Make room for the buttons
padding-right: 60px;
}
}
}
@ -312,4 +316,4 @@ a.octotree_toggle {
padding: 9px 14px;
font-size: 13px;
}
}
}