Index: chrome/browser/resources/ntp4/recently_closed.css |
diff --git a/chrome/browser/resources/ntp4/recently_closed.css b/chrome/browser/resources/ntp4/recently_closed.css |
index 35cc5a1570e69e284383c132719d0bf724c09097..967bcedeee73954e19dff23be32a09d72ea93131 100644 |
--- a/chrome/browser/resources/ntp4/recently_closed.css |
+++ b/chrome/browser/resources/ntp4/recently_closed.css |
@@ -71,7 +71,7 @@ html[dir='rtl'] .recent-menu-item { |
} |
.recent-window { |
- background-image: url('../ntp/closed_window.png'); |
+ background-image: url('./images/closed_window.png'); |
Rick Byers
2011/09/26 16:05:26
curious: why the "./"? Other WebUI components app
Evan Stade
2011/09/26 22:32:05
I was matching L89. It's probably not necessary in
|
} |
/* TODO(estade): find a better color for active. */ |
@@ -86,5 +86,5 @@ html[dir='rtl'] .recent-menu-item { |
display: inline-block; |
height: 9px; |
width: 9px; |
- -webkit-mask-image: url('./ntp4_disclosure_triangle_mask.png'); |
+ -webkit-mask-image: url('./images/ntp4_disclosure_triangle_mask.png'); |
csilv
2011/09/26 22:25:47
Could we consider removing the "ntp4_" prefix to t
Evan Stade
2011/09/26 22:32:05
yes
|
} |