Difference between revisions 124315 and 124316 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)    font-size: 17px;
    line-height: 1.3;
}
#mp-topbanner-left img {
    opacity: .8;
}

/* 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: 1024px64em), only screen and (max-device-width: 1024px64em) {
    .mp-flex {
        display: block !important;
    }
    #mp-topbanner-left,
    .mp-float-left,
    .mp-float-right {
        float: none !important;
        width: auto !important;
    }
    #mp-topbanner-left,
    .mp-margin-left {
        margin-left: 0 !important;
    }        
}