diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-22 03:26:30 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-05-22 03:26:30 +0200 |
commit | 79c5790a72d77010b706e8be3bda99af3b7c0e00 (patch) | |
tree | ab689b280ff98d8de6501ae5e5a1c7f80e1901e1 /core/js | |
parent | 94077caea90e3646c77fdae69ea63fc84e1f8409 (diff) | |
download | nextcloud-server-79c5790a72d77010b706e8be3bda99af3b7c0e00.tar.gz nextcloud-server-79c5790a72d77010b706e8be3bda99af3b7c0e00.zip |
use normal font weight instead of bold for image placeholders
Diffstat (limited to 'core/js')
-rw-r--r-- | core/js/placeholder.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/placeholder.js b/core/js/placeholder.js index 47cff780d2f..74bb9b1881d 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 |