MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(Move infobox css to common)
Tag: Reverted
No edit summary
Tags: Manual revert Mobile edit Mobile web edit
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@media(max-width:767px) {
    .container {
        display: flex;
        flex-wrap: wrap;
    }
    .divesiteinfobox {
        order: 1;
    }
    .content {
        order: 2;
    }
}
.divesiteinfobox {
  float: right;
  margin-left: 15px;
}

Latest revision as of 22:51, 29 May 2024

/* CSS placed here will be applied to all skins */