[Pkg-owncloud-commits] [owncloud] 09/258: define min height/width for icon classes to make sure they show
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:22:15 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 135d40203ca89b9825d8dc30ee3d6b0d252cc619
Author: Jan-Christoph Borchardt <hey at jancborchardt.net>
Date: Fri Aug 29 12:05:01 2014 +0200
define min height/width for icon classes to make sure they show
---
core/css/icons.css | 2 ++
1 file changed, 2 insertions(+)
diff --git a/core/css/icons.css b/core/css/icons.css
index 534c1c6..86c154b 100644
--- a/core/css/icons.css
+++ b/core/css/icons.css
@@ -1,6 +1,8 @@
[class^="icon-"], [class*=" icon-"] {
background-repeat: no-repeat;
background-position: center;
+ min-width: 16px;
+ min-height: 16px;
}
--
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