Changes

no edit summary
Line 21: Line 21:     
/* Changes bullet points to a Unicode character */
 
/* Changes bullet points to a Unicode character */
.icannwiki-top-box ul li:before { content:url('https://icannwiki.org/images/d/db/1FAA7.png'); width: 32px; height: auto; }
+
.icannwiki-top-box ul li:before {
 +
background-image: url('https://icannwiki.org/images/d/db/1FAA7.png');
 +
    background-size: 32px 32px;
 +
    display: inline-block;
 +
    width: 32px;  
 +
    height: 32px;
 +
    content:"";
 +
}
    
/* List stylings */
 
/* List stylings */