Skip to content

Commit

Permalink
[FAB-3201] Fix broken link from css custom file
Browse files Browse the repository at this point in the history
This change removes references to non-existent image file
from the css file.

Change-Id: Ib4948dc3454fa64be04d551bf42e76d7c7750872
Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
  • Loading branch information
lehors committed May 17, 2017
1 parent e754035 commit fb693d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ a:visited {

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

.wy-nav-top a {
color: transparent;
background-image: url('../images/fabric1.png');
/* background-image: url('../images/fabric1.png'); */
background-repeat: no-repeat;
background-size: Auto 19px;
background-position: center top;
Expand Down

0 comments on commit fb693d7

Please sign in to comment.