MediaWiki:Common.css/src/page/Trees/Shaking.scss

From Terraria Wiki
Jump to navigation Jump to search

This page is one of the SCSS pages which are the basis for MediaWiki:Common.css. After you edit this page, you will need to recompile them for your changes to take effect. See Terraria Wiki:CSS to learn more.

Ancestors: / src / page / Trees / Shaking.scss

Sibling:Shaking.scss

Children: (none)

/********* [[Trees/Shaking]] (transcluded on [[Trees]]) *********/

#treeshaking-table {
	ul {
		list-style: none;
		margin-left: 0;
	}

	td {
		white-space: nowrap;
		text-align: center;

		&:first-child {
			text-align: left;
		}
	}
}