Difference between revisions 124323 and 124324 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)#mp-topbanner-right {
    font-family: "Linux Libertine", "Nimbus Roman No9 L", "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 1.3;
}

/* 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-margin-left {
        margin-left: 0 !important;
    }        
    .mp-float-left,
    .mp-float-right,
    #mp-topbanner-left,
    #mp-topbanner-right {
        float: none !important;
        width: auto !important;
    }
}