Template:Documentation/styles.css: Difference between revisions

From Ekatra Wiki
Jump to navigation Jump to search
m (1 revision imported)
m (1 revision imported)
 
(One intermediate revision by one other user not shown)
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;
}
}*/

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