Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Stack/styles.css

Template page
Revision as of 09:32, 29 November 2018 by commons>Great Brightstar (Created page with 'Styling for Template:Stack: .stack-container { box-sizing: border-box; } .stack-clear-left { float: left; clear: left; } .stack-clear-right { float: ri...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Styling for Template:Stack */
.stack-container {
	box-sizing: border-box;
}
.stack-clear-left {
	float: left;
	clear: left;
}
.stack-clear-right {
	float: right;
	clear: right;
}
.stack-left {
	float: left;
}
.stack-right {
	float: right;
}
.stack-object {
	margin: 1px;
	overflow: hidden;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.