Skip to content

Commit 9b9c687

Browse files
committed
Comitting, why doesn't it already work
1 parent 0df3920 commit 9b9c687

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/shared/css/documentation.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ div.expandable > ul h3 > a:hover {
863863

864864
div.expandable > ul h3 > a.collapsed,
865865
div.expandable > ul h3 > a.expanded {
866-
background-image: url(/shared/images/expand-arrows.png);
866+
background-image: url(../shared/images/expand-arrows.png);
867867
background-position: 0px -3px;
868868
background-repeat: no-repeat;
869869
width: 13px;
@@ -876,7 +876,7 @@ div.expandable > ul h3 > a.expanded {
876876
}
877877

878878
div.expandable > ul h3 > a.collapsed:hover {
879-
background-image: url(/shared/images/expand-arrows.png);
879+
background-image: url(../shared/images/expand-arrows.png);
880880
background-position: 0px -43px;
881881
background-repeat: no-repeat;
882882
width: 13px;

0 commit comments

Comments
 (0)