Remove font-size for panel buttons
This fixes the Monobook tiny font issue described in Bug 65516, and as far as I can see in my testing, it doesn't affect Vector. Bug: 65516 Change-Id: I910e3ed7cb26fa20fcb371e5baae56edc76ffed2
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
button.button {
|
button.button {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 0.4065em 1.2195em 0.4065em;
|
padding: 0.4065em 1.2195em 0.4065em;
|
||||||
font-size: 0.813em;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
color: #252525;
|
color: #252525;
|
||||||
|
|||||||
Reference in New Issue
Block a user