fix padding on comment button

This commit is contained in:
danielgrippi 2012-02-23 17:26:03 -08:00
parent 9769dfb303
commit 34b9e1c7ca

View file

@ -576,7 +576,7 @@ $pane-width: 420px;
background-color: #000;
color: #fff;
&:last-child {
&.comment {
padding-right: 5px;
margin-right: 0;
}