Browse Source

use normal font weight instead of bold for image placeholders

remotes/origin/poc-doctrine-migrations
Jan-Christoph Borchardt 11 years ago
parent
commit
79c5790a72
  1. 2
      core/js/placeholder.js

2
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

Loading…
Cancel
Save