Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Side by Side Diff: chrome\browser\resources\new_tab.css

Issue 147226: Make the new new tab page the default new tab page.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 html { 1 html {
2 /* This is needed because of chrome://theme/css/new_tab.css */ 2 /* This is needed because of chrome://theme/css/new_tab.css */
3 height: 100%; 3 height: 100%;
4 } 4 }
5 5
6 body { 6 body {
7 margin: 0; 7 margin: 0;
8 } 8 }
9 9
10 #main { 10 #main {
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 #option-menu > div { 633 #option-menu > div {
634 padding: 3px 8px; 634 padding: 3px 8px;
635 overflow: hidden; 635 overflow: hidden;
636 text-overflow: ellipsis; 636 text-overflow: ellipsis;
637 } 637 }
638 638
639 #option-menu > [selected] { 639 #option-menu > [selected] {
640 background-color: hsla(213, 66%, 57%, 1); 640 background-color: hsla(213, 66%, 57%, 1);
641 color: white; 641 color: white;
642 } 642 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698