MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 388: Line 388:
     box-sizing: border-box;
     box-sizing: border-box;
     border: 1px solid black;
     border: 1px solid black;
     border-right: none; /* Remove right border by default */
     border-left: none; /* Remove right border by default */
     padding: 7px;
     padding: 7px;
     margin-bottom: 30px;
     margin-bottom: 30px;
Line 399: Line 399:


.related-article:nth-child(odd) {
.related-article:nth-child(odd) {
     border-right: 1px solid black; /* Add right border to the left column elements */
     border-left: 1px solid black; /* Add right border to the left column elements */
}
}
.related-article-entry-number {
.related-article-entry-number {

Navigation menu