[Pkg-owncloud-commits] [owncloud] 30/44: Remove necessity of icon class
David Prévot
taffit at moszumanska.debian.org
Fri Mar 7 13:27:25 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 8995c811033a5dbe5f93dfdc96bbecf4705844bc
Author: jbtbnl <jbtbnl at users.noreply.github.com>
Date: Mon Feb 24 22:37:19 2014 +0100
Remove necessity of icon class
Only the icon specific class is needed
---
core/css/icons.css | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/css/icons.css b/core/css/icons.css
index 2dc3508..d090f00 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -1,4 +1,4 @@
-.icon {
+[class^="icon-"], [class*=" icon-"] {
background-repeat: no-repeat;
background-position: center;
}
--
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