summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/third_party/chromevox/chromevox/background/options.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/third_party/chromevox/chromevox/background/options.css')
-rw-r--r--chromium/chrome/third_party/chromevox/chromevox/background/options.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/chromium/chrome/third_party/chromevox/chromevox/background/options.css b/chromium/chrome/third_party/chromevox/chromevox/background/options.css
index 986835dcc62..9036b084cf2 100644
--- a/chromium/chrome/third_party/chromevox/chromevox/background/options.css
+++ b/chromium/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;
-} \ No newline at end of file
+}