Inconsistency between default button classs and default label class
Created by: jevanlingen
Since bootstrap v3 default button now requires .btn-default class
which seems fine to me. But when going to the docs, I saw <span class="label">Default</span>
, so no label-default
class there.
I would propose to add that class, to make the bootstrap project more consistent (and even more nice :D)