Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <link rel="import" href="chrome://resources/polymer/polymer/polymer.html"> | |
| 2 <link rel="import" href="chrome://resources/polymer/core-style/core-style.html"> | |
| 3 | |
| 4 <core-style id="searchPageStyle"> | |
| 5 .manage-search-engines { | |
| 6 -webkit-margin-start: 10px; | |
| 7 } | |
| 8 | |
| 9 .search-engines { | |
| 10 margin-top: 20px; | |
| 11 } | |
| 12 | |
| 13 .search-engines-dropdown { | |
| 14 min-width: 150px; | |
| 15 } | |
| 16 </core-style> | |
| OLD | NEW |