Chromium Code Reviews| Index: chrome/browser/resources/history/history.css |
| diff --git a/chrome/browser/resources/history/history.css b/chrome/browser/resources/history/history.css |
| index db6dcd15a616e21c9b7f71356ebe0100e9f97c84..8f25e5069c9e9dba9ceeed9ac6eb4be517f24d26 100644 |
| --- a/chrome/browser/resources/history/history.css |
| +++ b/chrome/browser/resources/history/history.css |
| @@ -636,3 +636,9 @@ html[dir='rtl'] #newer-button::after { |
| background-position: 17px center; |
| padding-left: 49px; |
| } |
| + |
| +<if expr="is_ios"> |
| +#results-header:empty { |
|
Dan Beam
2014/12/23 18:03:44
add this to history_mobile.css instead
|
| + display: none; |
| +} |
| +</if> |