User:Goadeff/common.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.
pre, div.pre { 
    /* create non-wrapping horizontally-scrollable text: */
    overflow: auto;
    width: auto;
    
    /* .. or wrapping text (choose one or other): 
    white-space: pre-wrap; white-space: -moz-pre-wrap; word-wrap: break-word;  
    */
    /* other optional stuff 
    padding: 10px; 
    border: 1px dashed grey; 
    background-color:transparent;
    margin-left: 10px; 
    font-size:14px; font-family:'Courier New',Courier; 
    */
}