MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 293: Line 293:
     padding-bottom: 0;
     padding-bottom: 0;
*/
*/
}
/* Generic Boxes */
.box-generic {
    border: 1px solid #a2a9b1;
    box-sizing: border-box;
    margin: 0 0 10px;
}
.box-header {
    text-align: center;
    border-bottom: 1px solid #a2a9b1;
    background-color: rgb(248 249 250 / 60%);
}
.box-content {
    padding: 1em;
}
}