Template:Documentation/styles.css: Difference between revisions

From Ekatra Wiki
Jump to navigation Jump to search
m (1 revision imported)
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)
Line 8: Line 8:
}
}
/* force edit links to right in start box */
/* force edit links to right in start box */
span#doc_editlinks {
/*span#doc_editlinks {
float: right !important;
float: right;
margin-right: 0.50em !important;
margin-right: 0.50em;
}
}*/

Revision as of 10:10, 5 November 2023

/*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;
}*/