blob: c459baa6b4b2073537f7fe18bc6ac1d339a5f7db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
@font-face {
font-family: "Symbola";
font-weight: bold;
src: url('Symbola.ttf');
}
.tab-pane {
display: none;
}
.tab-pane:target {
display: block;
}
.list-inline > li {
padding-top: 5px;
padding-bottom: 5px;
}
.item-icon {
display:inline-block;
width: 1em;
font-size: 3em;
font-family: "Symbola";
}
|