Difference between revisions of "MediaWiki:Common.css"

This page has been accessed 5,235 times.
From Palm Leaf Wiki
Line 4: Line 4:
  
 
.heading-small {
 
.heading-small {
   font-size: 0.8em;
+
   font-size: 0.9em;
 
}
 
}
  

Revision as of 20:31, 3 September 2019

.mw-body-content h5 {
  font-size: 0.9em;
}

.heading-small {
  font-size: 0.9em;
}

.mw-jump {
  display: none;
}

.thumbinner {
  max-width: 100%;
}

img.thumbimage {
  width: 100%;
  height: auto;
}