Difference between revisions of "MediaWiki:Mobile.css"

197 bytes removed ,  08:40, 25 December 2018
no edit summary
Tags: Mobile edit Mobile web edit
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
/* CSS placed here will affect users of the mobile site */
/* CSS placed here will affect users of the mobile site */


   
  footer > .post-content {
.skin-minerva div.post-content.footer-content:before {
     overflow: auto;
     display: inline-block;
     margin-top: 182px !important;
    width: 50px;
    height: 53px;
     margin-right: 15px;
    content: " ";
    background: url(/wiki/images/hitsWiki_logo-2014.png) no-repeat 0 0;
    background-size: 100%;
    float: left;
}
}