diff options
author | Michael Miday <midaym@gmail.com> | 2017-08-30 17:31:29 -0400 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2017-08-30 17:31:29 -0400 |
commit | 311c7c0561bf6f70c4fd26bf46d0e1bd01c16302 (patch) | |
tree | 2cfde0c69be1d9f7e5b06356b99e4eb5dbdd9fc8 | |
parent | 1e605efaf126f5474bb1be99e7fdaed834ebb2a0 (diff) | |
download | forums-311c7c0561bf6f70c4fd26bf46d0e1bd01c16302.tar forums-311c7c0561bf6f70c4fd26bf46d0e1bd01c16302.tar.gz forums-311c7c0561bf6f70c4fd26bf46d0e1bd01c16302.tar.bz2 forums-311c7c0561bf6f70c4fd26bf46d0e1bd01c16302.tar.xz forums-311c7c0561bf6f70c4fd26bf46d0e1bd01c16302.zip |
[ticket/15262] Update the font-weight of buttons
PHPBB3-15262
-rw-r--r-- | phpBB/styles/prosilver/theme/buttons.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/theme/buttons.css b/phpBB/styles/prosilver/theme/buttons.css index 4c8283fdc0..575c41aaef 100644 --- a/phpBB/styles/prosilver/theme/buttons.css +++ b/phpBB/styles/prosilver/theme/buttons.css @@ -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; |