Difference between revisions of "MediaWiki:Common.css"

From Polyamory Wiki
Jump to navigation Jump to search
 
Line 5: Line 5:
 
.footer-poweredbyico {
 
.footer-poweredbyico {
 
     display: none;
 
     display: none;
 +
}
 +
 +
.mw-body-content .img {
 +
    max-width:50%;
 +
    height:auto;
 
}
 
}

Latest revision as of 11:29, 18 February 2021

/* CSS placed here will be applied to all skins */
.mw-wiki-logo {
    background-size: 135px 155px;
}
.footer-poweredbyico {
    display: none;
}

.mw-body-content .img {
    max-width:50%;
    height:auto;
}