We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6fc4a commit d28795fCopy full SHA for d28795f
docs/shared/css/documentation.css
@@ -863,7 +863,7 @@ div.expandable > ul h3 > a:hover {
863
864
div.expandable > ul h3 > a.collapsed,
865
div.expandable > ul h3 > a.expanded {
866
- background-image: url(/shared/images/expand-arrows.png);
+ background-image: url(shared/images/expand-arrows.png);
867
background-position: 0px -3px;
868
background-repeat: no-repeat;
869
width: 13px;
@@ -876,7 +876,7 @@ div.expandable > ul h3 > a.expanded {
876
}
877
878
div.expandable > ul h3 > a.collapsed:hover {
879
880
background-position: 0px -43px;
881
882
0 commit comments