MediaWiki:Mobile.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Tag: Reverted
Line 303: Line 303:


/* Infobox Styling */
/* Infobox Styling */
div#infobox {
  float:right !important;
}


table#infobox {
table#infobox {
  float:right !important;
   margin-left: 20px !important
   margin-left: 20px !important
}
}
Line 633: Line 636:


@media screen and (max-width: 720px) {
@media screen and (max-width: 720px) {
     table#infobox {
     div#infobox, table#infobox {
         display: inline-table;
         display: inline-table;
     }
     }

Navigation menu