Difference between revisions 124317 and 124318 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-topbannermargin-left {
        margin-left: 0 !important;
    }        
    .mp-float-left,
    #.mp-topbannerfloat-right,
    .#mp-floattopbanner-left,
    .#mp-floattopbanner-right {
        float: none !important;
        width: auto !important;
    }
    .mp-margin-left {
        margin-left: 0text-align: center !important;
    }                
}