define min height/width for icon classes to make sure they show

This commit is contained in:
Jan-Christoph Borchardt 2014-08-29 12:05:01 +02:00
parent 2b63c375a4
commit 7d1a0d4739
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
[class^="icon-"], [class*=" icon-"] {
background-repeat: no-repeat;
background-position: center;
min-width: 16px;
min-height: 16px;
}