MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 104: Line 104:
}
}
.images {
.images {
border-top: 1px solid black;
display: flex; /* Use flexbox to align children in a row */
display: flex; /* Use flexbox to align children in a row */
     flex-wrap: nowrap; /* Prevent wrapping to the next line */
     flex-wrap: nowrap; /* Prevent wrapping to the next line */

Navigation menu