1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-11 11:24:23 +02:00

Merge branch '3.2.x'

* 3.2.x:
  [ticket/15262] Update the font-weight of buttons
This commit is contained in:
Tristan Darricau 2017-09-07 15:01:00 +02:00
commit d7005b816c
No known key found for this signature in database
GPG Key ID: 817043C2E29DB881

View File

@ -7,7 +7,7 @@
.button {
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
font-size: 13px;
font-weight: normal;
font-weight: 600;
line-height: 1.4;
text-align: center;
vertical-align: middle;