use normal font weight instead of bold for image placeholders
This commit is contained in:
parent
94077caea9
commit
79c5790a72
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue