Skip to content

Commit

Permalink
add .. to images path in css
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanoats committed Jun 16, 2015
1 parent 621fe70 commit 7873716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/stylesheets/all.css
Expand Up @@ -174,8 +174,8 @@ strong.highlight {
#faqs dt, #faqs dd { padding: 0 0 0 50px }
#faqs dt { font-size:1.5em; color: #9d9d9d; cursor: pointer; height: 37px; line-height: 37px; margin: 0 0 15px 25px}
#faqs dd { font-size: 1em; margin: 0 0 20px 25px}
#faqs dt { background: url(images/expand-icon.png) no-repeat left}
#faqs .expanded { background: url(images/expanded-icon.png) no-repeat left}
#faqs dt { background: url(../images/expand-icon.png) no-repeat left}
#faqs .expanded { background: url(../images/expanded-icon.png) no-repeat left}

div#content h1 {
margin-top: 20px;
Expand Down

0 comments on commit 7873716

Please sign in to comment.