Skip to content

Commit

Permalink
fixing sprite linkage in our custom css
Browse files Browse the repository at this point in the history
  • Loading branch information
dmvt committed Oct 27, 2013
1 parent 1374223 commit 54b4166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ body {
}

nav {
background-image: url(/assets/twitter_web_sprite_bgs.png);
background-image: url(../assets/twitter_web_sprite_bgs.png);
background-repeat: repeat-x;
min-height: 40px !important;
}
Expand All @@ -42,7 +42,7 @@ nav {
}

.bird-topbar-blue {
background-image: url(/assets/twitter_web_sprite_icons.png);
background-image: url(../assets/twitter_web_sprite_icons.png);
background-position: -80px 0;
width: 24px;
height: 21px;
Expand Down

0 comments on commit 54b4166

Please sign in to comment.