MediaWiki:Common.css: Difference between revisions
mNo edit summary |
m Trying to fix the border |
||
Line 46: | Line 46: | ||
/* Notices - Coloured boxes */ | /* Notices - Coloured boxes */ | ||
<!-- Uses style code from https://www.mediawiki.org/wiki/Template:Colored_box --> | <!-- Uses style code from https://www.mediawiki.org/wiki/Template:Colored_box --> | ||
.cat-mw-box{ | .cat-mw-box{ | ||
border: | border-width: 2px; | ||
border-color: #a2a9b1; | |||
border-style: solid; | |||
border-radius:0.2rem; | border-radius:0.2rem; | ||
margin-bottom:2rem | margin-bottom:2rem |