aboutsummaryrefslogtreecommitdiffstats
path: root/css/craftmine.css
blob: 2a51ff7d894dcafa8e9b0b893b52268ac2ea55c2 (plain)
1
2
3
4
5
6
7
8
9
.tab-pane {
	display: none;
}
.tab-pane:target {
	display: block;
}
.item-icon {
	font-size: 3em;
}