Skip to content

Commit

Permalink
Fixing image paths to be relative
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregroy Dunlap committed May 16, 2011
1 parent 4a66138 commit acd244b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
line-height: 28px;
text-indent: -9000px;
background-color: transparent;
background-image: url(/sites/all/themes/heyrocker/images/mobile-search-icon.png);
background-image: url(./images/mobile-search-icon.png);
background-position: left 3px;
background-repeat: no-repeat;
-moz-box-shadow: none;
Expand Down
2 changes: 1 addition & 1 deletion css/page-backgrounds.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

body {
background-color: #777B88;
background-image:url('/sites/all/themes/heyrocker/images/bg.png')
background-image:url('../images/bg.png')
}

#page-wrapper {
Expand Down
2 changes: 1 addition & 1 deletion css/pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ body {
* Header
*/
#header {
background-image: url('/sites/all/themes/heyrocker/images/header.jpg');
background-image: url('../images/header.jpg');
height: 170px;
}

Expand Down

0 comments on commit acd244b

Please sign in to comment.