WickedGov:Main Page/sandbox/styles.css: Difference between revisions

Luke changed the content model of the page WickedGov:Main Page/sandbox/styles.css from "wikitext" to "Sanitized CSS": TemplateStyles page
+
 
(3 intermediate revisions by the same user not shown)
Line 66: Line 66:
}
}
#mp-featuredarticle,
#mp-featuredarticle,
#mp-featurednews {
#mp-featurednews,
#mp-topbox,
#mp-stats {
clear: both;
clear: both;
float: none;
float: none;
padding: 0;
border: 0;
background-color: inherit;
}
#mp-featuredarticle-header,
#mp-featurednews-header {
text-align: center;
}
#mp-content {
clear: both;
margin: 0.2em 0;
width: 100%;
border: 1px solid #a2a9b1;
background-color: #f7f7f7;
box-sizing: border-box;
padding: 0.25em 0.9em;
}
}
}
}