Difference between revisions of "MediaWiki:Common.css"

From DS Help
Jump to: navigation, search
Line 6: Line 6:
 
     display: inline-block;
 
     display: inline-block;
 
     padding-left: 25px;
 
     padding-left: 25px;
 +
    background-size: cover;
 
}
 
}

Revision as of 18:36, 8 January 2013

/* CSS placed here will be applied to all skins */
.comp_button {
    background: url('http://static.betterds.com/img/composer/windowProjectsNew.png');
    width: 57px;
    height: 22px;
    display: inline-block;
    padding-left: 25px;
    background-size: cover;
}