Difference between revisions of "MediaWiki:Common.css"

From Anarchy
Jump to navigation Jump to search
imported>Ivanhoe
(Created page with "→‎CSS placed here will be applied to all skins: div#content a[href ^="https://"].external { background: center right no-repeat; padding-right: 18px; }")
 
imported>Ivanhoe
Line 4: Line 4:
 
  {
 
  {
 
     background: center right no-repeat; padding-right: 18px;
 
     background: center right no-repeat; padding-right: 18px;
 +
}
 +
 +
.prose p {
 +
    max-width:600px;
 +
    margin: auto;
 
}
 
}

Revision as of 22:42, 18 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;
}

.prose p {
    max-width:600px;
    margin: auto;
}