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,9 @@ |
/* 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: 1px solid; |
color: #777; |
display: -webkit-box; |
font-size: 16px; |
@@ -144,14 +143,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; |