mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/15262] Update the font-weight of buttons
PHPBB3-15262
This commit is contained in:
parent
1e605efaf1
commit
311c7c0561
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 2px 8px;
|
padding: 2px 8px;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: normal;
|
font-weight: 600;
|
||||||
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
|
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Add table
Reference in a new issue