Nudge palette labels to rebalance them

This commit is contained in:
Nick O'Leary 2015-03-26 16:55:28 +00:00
parent 16e17954b4
commit 4f4d8419bc
1 changed files with 2 additions and 3 deletions

View File

@ -391,13 +391,12 @@ span.deploy-button-group.open > #btn-deploy.disabled + a {
clear: both;
}
.palette_label {
margin: 4px 0 4px 30px;
margin: 4px 0 4px 28px;
line-height: 20px;
text-align: center;
overflow: hidden;
}
.palette_label_right {
margin: 4px 30px 4px 0;
margin: 4px 28px 4px 0;
}
.palette_node {