MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
m gallery css |
m oops |
||
Line 9: | Line 9: | ||
/* Used by PageGallery Template */ | /* Used by PageGallery Template */ | ||
img.thumbimage.pagegallery { | img.thumbimage.pagegallery { | ||
width: 240px; | |||
height: 160px; | |||
object-fit:cover; | object-fit:cover; | ||
} | } |
Revision as of 20:57, 26 September 2018
/* CSS placed here will be applied to all skins */
.toclimit-1 .toclevel-2 {
display: none;
}
.toclimit-2 .toclevel-3 {
display: none;
}
/* Used by PageGallery Template */
img.thumbimage.pagegallery {
width: 240px;
height: 160px;
object-fit:cover;
}