Template:Documentation/styles.css: Difference between revisions

From Ekatra Wiki
Jump to navigation Jump to search
en ws>ZandDev
(the code shouldn't use !important, that rule cannot be overridden by screen readers, the second block also broke the vertical alignment of links generated by Module:Documentation)
m (1 revision imported)
 
(No difference)

Latest revision as of 02:11, 8 February 2024

/*Template documentation*/
.template-documentation {
	clear: both;
	margin: 1em 0 0 0;
	border: 1px solid #AAA;
	background: #ECFCF4;
	padding: 5px;
}
/* force edit links to right in start box */
/*span#doc_editlinks {
	float: right;
	margin-right: 0.50em;
}*/