Skip to content

Commit fb693d7

Browse files
committed
[FAB-3201] Fix broken link from css custom file
This change removes references to non-existent image file from the css file. Change-Id: Ib4948dc3454fa64be04d551bf42e76d7c7750872 Signed-off-by: Arnaud J Le Hors <[email protected]>
1 parent e754035 commit fb693d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/_static/css/custom.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ a:visited {
5252

5353
.wy-side-nav-search a.icon-home {
5454
color: transparent;
55-
background-image: url('../images/fabric1.png');
55+
/* background-image: url('../images/fabric1.png'); */
5656
background-repeat: no-repeat;
5757
background-size: Auto 20px;
5858
background-position: center top;
@@ -173,7 +173,7 @@ a:visited {
173173

174174
.wy-nav-top a {
175175
color: transparent;
176-
background-image: url('../images/fabric1.png');
176+
/* background-image: url('../images/fabric1.png'); */
177177
background-repeat: no-repeat;
178178
background-size: Auto 19px;
179179
background-position: center top;

0 commit comments

Comments
 (0)