Skip to content

Commit

Permalink
Point outlier images to s3 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabyalter committed Aug 5, 2016
1 parent b057219 commit 6d3fdbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/assets/stylesheets/nyulibraries/_eshelf.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
bottom: 0;
}
margin-bottom: 0;
background-image: url('https://library.nyu.edu/images/common/eshelf.gif');
background-image: url('https://s3.amazonaws.com/nyulibraries-www-assets/web-images/eshelf.gif');
background-repeat: no-repeat;
font-size: 300%;
display: inline;
Expand All @@ -28,4 +28,4 @@
line-height: $eshelfHeaderLineHeight;
padding-bottom: 0;
margin-bottom: 0;
}
}
4 changes: 2 additions & 2 deletions lib/assets/stylesheets/nyulibraries/cu/_header.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
header {
background: {
image: url("https://library.nyu.edu/images/common/bobcat/cu/banner.gif");
image: url("https://s3.amazonaws.com/nyulibraries-www-assets/web-images/cu_banner.gif");
color: #b0b1b3;
position: top left;
}
border-bottom:1px solid #670001;
height: 61px;
}
}

0 comments on commit 6d3fdbf

Please sign in to comment.