Template:Colored box/style.css: Difference between revisions

clear output here instead of using {{clr}}
(Created page with ".mw-tpl-colorbox { box-sizing: border-box; margin: 0.5em 0.5em 1em 0.5em; border-radius: 0.2em; background: #fff; box-shadow: 0 0 0.2em #999999; } .mw-tpl-colorbox-title...")
 
(clear output here instead of using {{clr}})
Line 25:
.mw-tpl-colorbox-content {
padding: 0.5em 1em 0.5em 1em;
}
 
.mw-tpl-colorbox-content::after {
content: "";
display: block;
clear: both;
}
Anonymous user