Difference between revisions of "MediaWiki:Common.css"

Jump to: navigation , search
Line 3: Line 3:
 
img.borderlessimg {
 
img.borderlessimg {
 
border: none;
 
border: none;
margin-bottom: -20px;
+
margin-bottom: -25px;
margin-top: -20px;
+
margin-top: -25px;
 
}
 
}
  

Revision as of 21:04, 8 December 2016

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

img.borderlessimg {
border: none;
margin-bottom: -25px;
margin-top: -25px;
}

.mp_title {
font-size: 24px;
font-weight: 600;
}

.mp_imgDesc {
font-size: 14px;
}

.mp_readmore {
font-size: 14px;
text-align: right;
}