1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +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

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;