diff --git a/public/stylesheets/all.css b/public/stylesheets/all.css index 86c2b05..f33941d 100644 --- a/public/stylesheets/all.css +++ b/public/stylesheets/all.css @@ -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;