Merge pull request #6099 from benmatselby/qty-button-fix

Define a margin for the input.qty
This commit is contained in:
Mike Jolley 2014-08-28 12:10:57 +01:00
commit 3a6f0f3141
1 changed files with 1 additions and 0 deletions

View File

@ -676,6 +676,7 @@ p.demo_store {
height: 28px; height: 28px;
float:left; float:left;
padding: 0; padding: 0;
margin: 0;
text-align: center; text-align: center;
border: 1px solid darken( @secondary, 20 ); border: 1px solid darken( @secondary, 20 );
border-right: 0; border-right: 0;