Skip to content

Commit

Permalink
Merge pull request #9 from toddjordan/use-local-teaching-tomster
Browse files Browse the repository at this point in the history
Change reference to teaching tomster from remote to local
  • Loading branch information
toddjordan authored Mar 21, 2017
2 parents 922762d + d6424cd commit 7f2bf6d
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 7f2bf6d

Please sign in to comment.