From 2a00212a1844db574c4266c7d45088610e72ee13 Mon Sep 17 00:00:00 2001 From: Allison Betancourt Date: Tue, 7 Apr 2015 11:16:44 -0500 Subject: [PATCH] Fix for error calling image 320press_mini.png Image folder is not in the same folder as this. --- library/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/css/bootstrap.css b/library/css/bootstrap.css index 78108d43..15fa5607 100644 --- a/library/css/bootstrap.css +++ b/library/css/bootstrap.css @@ -6093,7 +6093,7 @@ div[id*='attachment_'] { height: 100%; } #credit320 { - background: url('images/320press_mini.png') no-repeat left top transparent; + background: url('../../images/320press_mini.png') no-repeat left top transparent; padding-left: 20px; } #main .hero-unit img {