Template:Documentation/styles.css: Difference between revisions

From The Kodiak Republic Wiki
Content added Content deleted
(add some more)
(add end here)
Line 9: Line 9:
.template-documentation-heading {
.template-documentation-heading {
}

/*
So right or left floating items don't stick out of the doc box.
*/
.template-documentation-end {
clear: both;
}
}



Revision as of 17:34, 4 August 2019

.template-documentation { clear: both; margin: 1em 0 0 0; border: 1px solid #a2a9b1; background-color: #ecfcf4; padding: 1em; } .template-documentation-heading { } /* So right or left floating items don't stick out of the doc box. */ .template-documentation-end { clear: both; } #documentation-meta-data { background-color: #ecfcf4; } #documentation-meta-data .mbox-text { font-style: italic; }
Cookies help us deliver our services. By using our services, you agree to our use of cookies.