[Pkg-owncloud-commits] [owncloud] 114/457: use normal font weight instead of bold for image placeholders
David Prévot
taffit at moszumanska.debian.org
Sun Jun 28 20:05:41 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 79c5790a72d77010b706e8be3bda99af3b7c0e00
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Fri May 22 03:26:30 2015 +0200
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 47cff78..74bb9b1 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list