Difference between revisions of "MediaWiki:Common.css"

Jump to: navigation , search
Line 3: Line 3:
 
img.borderlessimg {
 
img.borderlessimg {
 
border: none;
 
border: none;
 +
margin: 0;
 
}
 
}
  
 
.mp_title {
 
.mp_title {
font-size: 2em;
+
font-size: 2em;
 
font-weight: 600;
 
font-weight: 600;
 
}
 
}

Revision as of 20:58, 8 December 2016

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

img.borderlessimg {
border: none;
margin: 0;
}

.mp_title {
font-size: 2em;
font-weight: 600;
}