Difference between revisions of "MediaWiki:Common.css"

From Anarchy
Jump to navigation Jump to search
imported>Ivanhoe
imported>Ivanhoe
Line 5: Line 5:
 
     background: center right no-repeat; padding-right: 18px;
 
     background: center right no-repeat; padding-right: 18px;
 
}
 
}
 
+
.mw-body p {  
.prose p {
+
     max-width: 500px;
     max-width:600px;
 
 
     margin: auto;
 
     margin: auto;
 
}
 
}

Revision as of 13:10, 19 August 2016

/* CSS placed here will be applied to all skins */

div#content a[href ^="https://"].external
 {
    background: center right no-repeat; padding-right: 18px;
}
.mw-body p {    
    max-width: 500px;
    margin: auto;
}