MediaWiki:Common.css: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
(toc level limit)
 
m (gallery css)
Line 5: Line 5:
.toclimit-2 .toclevel-3 {
.toclimit-2 .toclevel-3 {
     display: none;
     display: none;
}
/* Used by PageGallery Template */
img.thumbimage.pagegallery {
    height: 240px;
    width: 160px;
    object-fit:cover;
}
}

Revision as of 22:56, 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 {
    height: 240px;
    width: 160px;
    object-fit:cover;
}