MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1,116: Line 1,116:
}
}


.list-card > div {
.list-entry-number {
    margin-right: 10px; /* Add some space between children */
width: calc(10% - 0px);
}
.list-people {
width: calc(20% - 0px);
}
.list-title {
width: calc(40% - 0px);
}
.list-type {
width: calc(10% - 0px);
}
}
.list-images {
.list-images {
     display: flex; /* Also make the images flex if they are inline */
     display: flex; /* Also make the images flex if they are inline */
}
}
.list-image1, .list-image2, .list-image3, .list-image4, .list-image5 {
.list-image1, .list-image2, .list-image3, .list-image4, .list-image5 {
     margin-right: 10px; /* Space between images if they are displayed in a row */
     margin-right: 10px; /* Space between images if they are displayed in a row */

Navigation menu