Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 20:50, 8 December 2016

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

.borderlessimg img{
border: none;
}

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