From StrategyWiki, the video game walkthrough and strategy guide wiki
Jump to navigation Jump to search
m (tweak)
m (tweak)
Line 8: Line 8:
width: 300px;
width: 300px;
box-sizing: border-box;
box-sizing: border-box;
}
.t_wikilist_head {
font-size: larger;
font-weight: bold;
margin-bottom: 0.5em;
}
}


.t_wikilist_body {
.t_wikilist_body {
font-size: larger;
margin: 0.5em;
font-weight: bold;
margin-bottom: 0.5em;
padding-left: 0.5em;
padding-left: 0.5em;
}
}

Revision as of 08:11, 23 October 2022

.t_wikilist {
	border: 1px solid #d6d3d1;
	background-color: #f8f7f7;
	clear: right;
	float: right;
	padding: 0.4em;
	overflow: hidden;
	width: 300px;
	box-sizing: border-box;
}

.t_wikilist_body {
	margin: 0.5em;
	padding-left: 0.5em;
}

@media all and (max-width:720px) {
	.t_wikilist {
		width: 100% !important;
	}
}