Difference between revisions of "MediaWiki:Common.css"

This page has been accessed 5,223 times.
From Palm Leaf Wiki
Line 18: Line 18:
 
.viewcount {
 
.viewcount {
 
   font-size: 75%;
 
   font-size: 75%;
   margin: 5px 0;
+
   margin: 7px;
 
}
 
}

Revision as of 21:45, 27 September 2019

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

.mw-jump {
  display: none;
}

.thumbinner {
  max-width: 100%;
}

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

.viewcount {
  font-size: 75%;
  margin: 7px;
}