Added a padding to the repo info in the header

Otherwise the buttons overlap the repo name.
This commit is contained in:
Matias Meno 2014-06-12 16:19:58 +02:00
parent 36d496cdaf
commit c47fd1334b
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;
}
}
}