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 3 * found in the LICENSE file. 4 */ 5 6html { 7 background-color: #ddd; 8} 9 10#spacer { 11 height: 200px; 12} 13 14#title { 15 color: #555; 16 font-weight: bold; 17 height: 200px; 18 vertical-align: middle; 19} 20 21#mostVisitedThumb { 22 background-repeat: no-repeat; 23 height: 200px; 24 margin-left: 20px; 25 padding-left: 20px; 26 vertical-align: middle; 27 width: 212px; 28} 29