forked from mirrors/bookwyrm
Add alignment rule for button reset
This commit is contained in:
parent
f88b511bbf
commit
df8427921b
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue