MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 1,227: Line 1,227:
     line-height: 23px;
     line-height: 23px;
     letter-spacing: 0px;
     letter-spacing: 0px;
}
/* Block and List View Buttons */
.view-buttons {
    display: flex;
    justify-content: space-between; /* This will space out the child elements evenly */
}
.list-view-button, .block-view-button {
    /* Apply any specific styling needed for these buttons, like padding, margin, etc. */
}
}

Navigation menu