Updated expand/collapse symbols to be more mainstream. For example, they now match Wikipedia.

This commit is contained in:
Šesták Vít
2017-03-31 12:11:35 +02:00
parent c646dbf620
commit 6e7d87796a

View File

@@ -212,14 +212,12 @@ h3.library-identification{
.expandable:before{
font-family: 'Glyphicons Halflings';
content: "\e114";
content: "\e113";
}
.expandable.collapsed:before{
content: "\e080";
}
.expandable.expandable-right.collapsed:before{
content: "\e079";
content: "\e114";
}
.expandable.expandable-right.collapsed:before{}
.cvss .tooltip-inner table {
margin-left: auto;
margin-right: auto;