From 29bc706fd7443745fa4695ef8fcf7c49fd889e08 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 23 Feb 2013 13:45:50 +0200 Subject: [PATCH] Fix icons path again --- public/assets/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/css/bootstrap.css b/public/assets/css/bootstrap.css index b255056..58641de 100644 --- a/public/assets/css/bootstrap.css +++ b/public/assets/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("@site_urlpublic/assets/img/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("@site_urlpublic/assets/img/glyphicons-halflings-white.png"); } .icon-glass {