| Index: chrome/third_party/chromevox/chromevox/background/options.css
|
| diff --git a/chrome/third_party/chromevox/chromevox/background/options.css b/chrome/third_party/chromevox/chromevox/background/options.css
|
| index 986835dcc621aa4260dff20f75a888d08904898a..9036b084cf2fbd37d5443451a4de490af31fc877 100644
|
| --- a/chrome/third_party/chromevox/chromevox/background/options.css
|
| +++ b/chrome/third_party/chromevox/chromevox/background/options.css
|
| @@ -1,3 +1,7 @@
|
| +/* 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. */
|
| +
|
| .hidden {
|
| position: absolute;
|
| left: -10000px;
|
| @@ -72,4 +76,4 @@ input {
|
|
|
| .key-container {
|
| padding-left: 0px;
|
| -}
|
| +}
|
|
|