Skip to content

Commit

Permalink
Change reference to teaching tomster from remote to local
Browse files Browse the repository at this point in the history
  • Loading branch information
toddjordan committed Mar 21, 2017
1 parent 922762d commit d6424cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ p {
left: -12px;
}

.menu a, .menu .links {
display: inline-block;
.menu a,
.menu .links {
display: inline-block;
}

.menu a {
Expand All @@ -109,8 +110,8 @@ p {
}

.menu .links a {
position: relative;
bottom: 5px;
position: relative;
bottom: 5px;
}

.list-filter input {
Expand Down Expand Up @@ -326,7 +327,7 @@ p {
}

.tomster {
background: url(http://emberjs.com/images/tomsters/teaching.png);
background: url(../assets/images/teaching.png);
background-size: contain;
background-repeat: no-repeat;
height: 200px;
Expand Down

0 comments on commit d6424cd

Please sign in to comment.