MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 463: Line 463:
div#tag-room {
div#tag-room {
     background: #354569;
     background: #354569;
}
body.page-Premium_Shop div.floatright {
    color:red;
}
}


Line 537: Line 533:
   height: 100%;
   height: 100%;
   vertical-align:middle;
   vertical-align:middle;
}
@media screen and (max-width: 864px) {
    body.page-Premium_Shop div.floatright {
        float: none;
        text-align:center;
    }
}
}