mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
* 3.2.x: [ticket/15262] Update the font-weight of buttons
This commit is contained in:
commit
d7005b816c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
.button {
|
.button {
|
||||||
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
|
font-family: "Open Sans", "Droid Sans", Verdana, Arial, Helvetica;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: normal;
|
font-weight: 600;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
|
Loading…
Add table
Reference in a new issue