Difference between revisions of "MediaWiki:Common.css"

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

Revision as of 20:26, 3 September 2019

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

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

.mw-jump {
  display: none;
}

.thumbinner {
  max-width: 100%;
}

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