Add alignment rule for button reset
This commit is contained in:
@ -16,9 +16,10 @@ button {
|
|||||||
overflow: visible;
|
overflow: visible;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
||||||
/* inherit font & color from ancestor */
|
/* inherit font, color & alignment from ancestor */
|
||||||
color: inherit;
|
color: inherit;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
|
text-align: inherit;
|
||||||
|
|
||||||
/* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
|
/* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
|
||||||
line-height: normal;
|
line-height: normal;
|
||||||
|
Reference in New Issue
Block a user