Difference between revisions of "Template:Committed identity/styles.css"

From blackwiki
Jump to navigation Jump to search
imported>TheDJ
m (Protected "Template:Committed identity/styles.css": as it's parent ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
imported>Pppery
(Adding protection template)
 
Line 1: Line 1:
 +
/* {{pp-template}} */
 
.user-committed-identity {
 
.user-committed-identity {
 
display: block;
 
display: block;

Latest revision as of 00:20, 4 March 2019

/* {{pp-template}} */
.user-committed-identity {
	display: block;
	font-size: 85%;
	background-color: #E0E8FF;
	border: 1px solid #E0E8FF;
	margin: 0.2em 0;
	padding: 0.1em 0.3em;
	word-wrap: break-word;
	overflow-wrap: break-word;
	overflow: auto; /* creates a new block formatting context, clearing it of floats */
}