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

Side by Side Diff: chrome/browser/resources/ntp_search/new_tab.css

Issue 10907065: NTP5: Fix page blacklisting and remove recently closed tabs when they're clicked. Fix the styling … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix bugs. Created 8 years, 3 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 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 /* ----------------------------------------------------------------------------- 5 /* -----------------------------------------------------------------------------
6 General Styles 6 General Styles
7 ----------------------------------------------------------------------------- */ 7 ----------------------------------------------------------------------------- */
8 8
9 body { 9 body {
10 background: whiteSmoke; 10 background: whiteSmoke;
(...skipping 13 matching lines...) Expand all
24 width: 100%; 24 width: 100%;
25 } 25 }
26 26
27 #page-list { 27 #page-list {
28 display: -webkit-box; 28 display: -webkit-box;
29 position: static; 29 position: static;
30 } 30 }
31 31
32 #page-list-menu { 32 #page-list-menu {
33 height: 14px; 33 height: 14px;
34 margin: 8px auto 30px; 34 margin: 8px auto 6px;
35 text-align: center; 35 text-align: center;
36 } 36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698