class btn on button and on href issue
Created by: huzzi
Applying btn class to button & href produces difference size buttons as you can see here http://jsfiddle.net/5jE3g/
<button class="btn btn-primary" type="submit">Upload</button>
<a class="btn" href="/account/photos">Cancel</a>
Shouldn't the margin and padding be same for both?