Chromium Code Reviews| Index: chrome/browser/resources/ntp4/bookmarks_page.css |
| =================================================================== |
| --- chrome/browser/resources/ntp4/bookmarks_page.css (revision 100426) |
| +++ chrome/browser/resources/ntp4/bookmarks_page.css (working copy) |
| @@ -107,10 +107,10 @@ |
| /* Bookmark Titles ************************************************************/ |
| #bookmarks-title-wrapper { |
| - background: #fff; |
| - background-position: left; |
| - background-repeat: no-repeat; |
| - border-bottom: 1px solid rgba(0, 0, 0, 0.1); |
| + /* this color matches the gradiant end color for the #footer element. */ |
| + background-color: rgba(242, 242, 242, 0.9); |
| + border-bottom-style: solid; |
| + border-bottom-width: 1px; |
|
Evan Stade
2011/09/12 17:42:55
I think you can still put this on one line, just l
csilv
2011/09/12 18:11:55
Done.
|
| color: #777; |
| display: -webkit-box; |
| font-size: 16px; |
| @@ -144,14 +144,6 @@ |
| -webkit-box-orient: horizontal; |
| } |
| -.section-title-mask { |
| - background: #fff; |
| - height: 100%; |
| - overflow: hidden; |
| - position: relative; |
| - -webkit-box-flex: 1; |
| -} |
| - |
| .bookmark-separator { |
| background: -webkit-canvas(bookmark-chevron) center center no-repeat; |
| border: 0; |