From 478ec9e3e592a0d43904e5a57c9fb2835f39ee28 Mon Sep 17 00:00:00 2001 From: Kohsuke Kawaguchi Date: Mon, 6 Feb 2012 11:40:09 +0100 Subject: [PATCH] should be PNG --- war/src/main/webapp/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/war/src/main/webapp/css/style.css b/war/src/main/webapp/css/style.css index 0fda1c81b4..a44cfc823a 100644 --- a/war/src/main/webapp/css/style.css +++ b/war/src/main/webapp/css/style.css @@ -532,7 +532,7 @@ LABEL.attach-previous { font-weight: bold; padding-left: 20px; min-height: 16px; - background-image: url( "../images/16x16/go-next.gif" ); /* TODO: get a better icon */ + background-image: url( "../images/16x16/go-next.png" ); /* TODO: get a better icon */ background-position: left center; background-repeat: no-repeat; } -- GitLab