1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-15 05:14:28 +02:00

Merge pull request #4920 from hanakin/ticket/15262

[ticket/15262] Update button font-weight

* github.com:phpbb/phpbb:
  [ticket/15262] Update the font-weight of buttons
This commit is contained in:
Tristan Darricau 2017-09-07 14:59:55 +02:00
commit 9af394eff3
No known key found for this signature in database
GPG Key ID: 817043C2E29DB881

View File

@ -5,7 +5,7 @@
display: inline-block;
padding: 2px 8px;
font-size: 13px;
font-weight: normal;
font-weight: 600;
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
line-height: 1.4;
text-align: center;