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{ .expandable:before{
font-family: 'Glyphicons Halflings'; font-family: 'Glyphicons Halflings';
content: "\e114"; content: "\e113";
} }
.expandable.collapsed:before{ .expandable.collapsed:before{
content: "\e080"; content: "\e114";
}
.expandable.expandable-right.collapsed:before{
content: "\e079";
} }
.expandable.expandable-right.collapsed:before{}
.cvss .tooltip-inner table { .cvss .tooltip-inner table {
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;