diff options
Diffstat (limited to 'chrome/browser/resources/history2.html')
-rw-r--r-- | chrome/browser/resources/history2.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/history2.html b/chrome/browser/resources/history2.html index 6d75f727..a2a2ca3 100644 --- a/chrome/browser/resources/history2.html +++ b/chrome/browser/resources/history2.html @@ -1136,7 +1136,7 @@ html[dir='rtl'] .time { margin-top:18px; } .title > .starred { - background:url('../../app/theme/star_small.png'); + background:url('shared/images/star_small.png'); background-repeat:no-repeat; display:inline-block; margin-left:12px; @@ -1173,7 +1173,7 @@ html[dir='rtl'] .entry .title > a { <body onload="load();" i18n-values=".style.fontFamily:fontfamily;.style.fontSize:fontsize"> <div class="header"> <a href="" onclick="setSearch(''); return false;"> - <img src="../../app/theme/history_section.png" + <img src="shared/images/history_section.png" width="67" height="67" class="logo" border="0"></a> Debug: this is History 2 <form method="post" action="" |