From 8daad4f2de9dbde4fcc810527da7c9607e1db8d4 Mon Sep 17 00:00:00 2001 From: "Eddie Monge Jr." Date: Sun, 27 Oct 2013 13:23:02 -0700 Subject: [PATCH] fix(styles): update path to icon images Icon image paths in css were referencing wrong location --- app/templates/styles/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/styles/css/bootstrap.css b/app/templates/styles/css/bootstrap.css index b725064aa..d918a4ba3 100644 --- a/app/templates/styles/css/bootstrap.css +++ b/app/templates/styles/css/bootstrap.css @@ -2282,7 +2282,7 @@ table th[class*="span"], *margin-right: .3em; line-height: 14px; vertical-align: text-top; - background-image: url("../img/glyphicons-halflings.png"); + background-image: url("../images/glyphicons-halflings.png"); background-position: 14px 14px; background-repeat: no-repeat; } @@ -2306,7 +2306,7 @@ table th[class*="span"], .dropdown-submenu:focus > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"], .dropdown-submenu:focus > a > [class*=" icon-"] { - background-image: url("../img/glyphicons-halflings-white.png"); + background-image: url("../images/glyphicons-halflings-white.png"); } .icon-glass {