Difference between revisions 124324 and 124325 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)}

/* Basic header styling */
.mw-body .mp-h2 {
    border-bottom: none;
    margin: -1em -1em .6em -1em;
    padding: .5em 1em .2em 1em;

    font-size: 1.7em;
    line-height: 1.3;
    text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.1);
    background-color: #E0E0E0;
    background-image: -moz-linear-gradient(left, #E0E0E0, #F2F2F2);
    background-image: -o-linear-gradient(left, #E0E0E0, #F2F2F2);
    background-image: -webkit-linear-gradient(left, #E0E0E0, #F2F2F2);
    background-image: linear-gradient(to right, #E0E0E0, #F2F2F2);
}
(contracted; show full)    .mp-float-left,
    .mp-float-right,
    #mp-topbanner-left,
    #mp-topbanner-right {
        float: none !important;
        width: auto !important;
    }
}