Difference between revisions of "MediaWiki:Mobile.css"

Line 4: Line 4:
 
      
 
      
 
     width: 50% !important;
 
     width: 50% !important;
}
 
 
.main_menu {
 
top: 25%!important;
 
 
}
 
}

Revision as of 15:01, 17 November 2016

/* Das folgende CSS wird für mobile Benutzeroberflächen geladen. */
#p-logo {
    float:left !important;
    
    width: 50% !important;
}