From 79c5790a72d77010b706e8be3bda99af3b7c0e00 Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Fri, 22 May 2015 03:26:30 +0200 Subject: [PATCH] use normal font weight instead of bold for image placeholders --- core/js/placeholder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/js/placeholder.js b/core/js/placeholder.js index 47cff780d2..74bb9b1881 100644 --- a/core/js/placeholder.js +++ b/core/js/placeholder.js @@ -59,7 +59,7 @@ // CSS rules this.css('color', '#fff'); - this.css('font-weight', 'bold'); + this.css('font-weight', 'normal'); this.css('text-align', 'center'); // calculate the height