aboutsummaryrefslogtreecommitdiffstats
path: root/css/craftmine.css
blob: a3ab87d824cfcfcd0027342feedb7c456202bc2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@font-face {
    font-family: "Symbola";
    font-weight: bold;
    src: url('Symbola.ttf');
}
.tab-pane {
	display: none;
}
.tab-pane:target {
	display: block;
}
.item-icon {
	font-size: 3em;
	font-family: "Symbola";
}