Chromium Code Reviews| Index: chrome/browser/resources/ntp4/bookmarks_page.css |
| =================================================================== |
| --- chrome/browser/resources/ntp4/bookmarks_page.css (revision 98748) |
| +++ chrome/browser/resources/ntp4/bookmarks_page.css (working copy) |
| @@ -46,9 +46,11 @@ |
| .bookmark .color-stripe { |
| border-bottom-left-radius: 3px 3px; |
| border-bottom-right-radius: 3px 3px; |
| - bottom: 33px; |
| + /* Matches height of title. */ |
| + bottom: 23px; |
| height: 3px; |
| - opacity: 0.5; |
| + /* Matches padding-top of the title. */ |
| + margin-bottom: 8px; |
| position: absolute; |
| width: 100%; |
| z-index: 100; |
| @@ -58,9 +60,8 @@ |
| cursor: pointer; |
| display: block; |
| height: 23px; |
| - line-height: 23px; |
| overflow: hidden; |
| - padding-top: 10px; |
| + padding-top: 8px; |
| text-align: center; |
| text-decoration: none; |
| text-overflow: ellipsis; |