MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 314: Line 314:


.box-generic {
.box-generic {
     border: 1px solid #a2a9b1;
     border: 1px solid #cacaca;
     box-sizing: border-box;
     box-sizing: border-box;
    /* margin: 0 0 10px; */
     height: 100%;
     height: 100%;
}
}
Line 322: Line 321:
.box-header {
.box-header {
     text-align: center;
     text-align: center;
     border-bottom: 1px solid #a2a9b1;
     border-bottom: 1px solid #cacaca;
     background-color: rgb(248 249 250 / 60%);
     background-color: rgb(248 249 250 / 60%);
}
}