Difference between revisions 124316 and 124317 on gomwiki

/*  _____________________________________________________________________________
 * |                                                                             |
 * |                    === WARNING: GLOBAL GADGET FILE ===                      |
 * |                  Changes to this page affect many users.                    |
 * | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
 * |_____________________________________________________________________________|
 *
(contracted; show full)
/* Stack panels when screen width is 64em (1024px at 16px browser font size) or less. TO DO: Fix IE9 */
@media only screen and (max-width: 64em), only screen and (max-device-width: 64em) {
    .mp-flex {
        display: block !important;
    }
    #mp-topbanner-left,

    #mp-topbanner-right,
    .mp-float-left,
    .mp-float-right {
        float: none !important;
        width: auto !important;
    }
    #mp-topbanner-left,
    .mp-margin-left {
        margin-left: 0 !important;
    }        
}