Skip to content

Commit

Permalink
Fixing missing css images
Browse files Browse the repository at this point in the history
  • Loading branch information
Iago Veloso committed Jan 8, 2017
1 parent 9f94033 commit a314af1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion radioco/apps/radioco/static/radioco/css/hoverex-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
width:61px;
height:35px;
margin-top:-18px;
background:url("../images/nav.png") no-repeat top left;
/*background:url("../images/nav.png") no-repeat top left;*/
cursor:pointer;
}
.he-next
Expand Down
4 changes: 2 additions & 2 deletions radioco/apps/radioco/static/radioco/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ a:focus {

/* Testimonials Wrap */
#twrap {
background: url(../img/t-back.jpg) no-repeat center top;
background: url(../images/t-back.jpg) no-repeat center top;
margin-top: 0px;
padding-top:60px;
text-align:center;
Expand Down Expand Up @@ -439,7 +439,7 @@ csmall2 {

/* Contact Page */
#contactwrap {
background: url(../img/contact.jpg) no-repeat center top;
background: url(../images/contact.jpg) no-repeat center top;
margin-top: -60px;
padding-top:0px;
text-align:center;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a314af1

Please sign in to comment.