aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/theme
diff options
context:
space:
mode:
authorTristan Darricau <github@nicofuma.fr>2017-09-07 14:59:55 +0200
committerTristan Darricau <github@nicofuma.fr>2017-09-07 14:59:55 +0200
commit9af394eff3d3f571e8c8d82c4b2c10bc3de4accd (patch)
tree565fa146f0e73a75359eea26e89b5d65de7dcee7 /phpBB/styles/prosilver/theme
parentc52bb42dcf3267dbe17cb79b654315d49a55f7bb (diff)
parent311c7c0561bf6f70c4fd26bf46d0e1bd01c16302 (diff)
downloadforums-9af394eff3d3f571e8c8d82c4b2c10bc3de4accd.tar
forums-9af394eff3d3f571e8c8d82c4b2c10bc3de4accd.tar.gz
forums-9af394eff3d3f571e8c8d82c4b2c10bc3de4accd.tar.bz2
forums-9af394eff3d3f571e8c8d82c4b2c10bc3de4accd.tar.xz
forums-9af394eff3d3f571e8c8d82c4b2c10bc3de4accd.zip
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
Diffstat (limited to 'phpBB/styles/prosilver/theme')
-rw-r--r--phpBB/styles/prosilver/theme/buttons.css2
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;