MediaWiki:Gadget-SyntaxHighlighter.css: Difference between revisions

From Destinypedia, the Destiny wiki

(Created page with "→‎Custom CSS for the syntax highlighter: #wpTextbox0, #wpTextbox1 { border: 0 !important; height: 474px !important; line-height: 1.4em !important; padding: 2px !important; } #wpTextbox0 + #wpTextbox1 { margin-top: -474px !important; }")
 
No edit summary
Line 3: Line 3:
#wpTextbox0, #wpTextbox1 {
#wpTextbox0, #wpTextbox1 {
border: 0 !important;
border: 0 !important;
padding: 0.1em !important;
line-height: 1.4em !important;
height: 474px !important;
height: 474px !important;
line-height: 1.4em !important;
padding: 2px !important;
}
}
#wpTextbox0 + #wpTextbox1 {
#wpTextbox0 + #wpTextbox1 {
margin-top: -474px !important;
margin-top: -474px !important;
}
}

Revision as of 12:35, February 27, 2023

/* Custom CSS for the syntax highlighter */

#wpTextbox0, #wpTextbox1 {
	border: 0 !important;
	padding: 0.1em !important;
	line-height: 1.4em !important;
	height: 474px !important;
}
#wpTextbox0 + #wpTextbox1 {
	margin-top: -474px !important;
}