Commit f9cc5996 authored by jhawkins@chromium.org's avatar jhawkins@chromium.org

Settings: Add missing CSS files from previous commit.

BUG=none
TEST=none
TBR=csilv

Review URL: https://chromiumcodereview.appspot.com/9349009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120681 0039d316-1c4b-4281-b951-d872f2087c98
parent 55f7e843
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#customHomePageGroup {
display: -webkit-box;
-webkit-box-orient: horizontal;
}
#homepageURL {
margin-left: 10px;
}
/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#instantConfirmText {
font-family: inherit;
white-space: pre-wrap;
width: 500px;
}
#instantConfirmLearnMore {
position: absolute;
bottom: 18px;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment