User:Nknight/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*body { font: inherit !important; }*/

/* body, #globalWrapper { font: inherit !important; } */

div.floatright { 
    float: right; 
    margin: 0;
    position:relative;
    border: 0em solid White;
    border-width: 0em 0 0em 0em;
}
div.floatright p { font-style: italic;} 
div.floatleft { 
    float: left; 
    margin: 0.3em 0.5em 0.5em 0;
    position:relative;
    border: 0em solid White;
    border-width: 0em 0em 0em 0;
}
div.floatleft p { font-style: italic; }