Added some expand symbols

This commit is contained in:
Šesták Vít
2017-03-21 08:57:33 +01:00
parent e757485c84
commit 5fb632d432
2 changed files with 12 additions and 5 deletions

View File

@@ -197,4 +197,11 @@ h3.library-identification{
}
.dependencies-table .identifiers .explained{
border-bottom: none;
}
.expandable:before{
font-family: 'Glyphicons Halflings';
content: "\e114";
}
.expandable.collapsed:before{
content: "\e080";
}