summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/salsa.css
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/browser/resources/chromeos/salsa.css')
-rw-r--r--chromium/chrome/browser/resources/chromeos/salsa.css58
1 files changed, 0 insertions, 58 deletions
diff --git a/chromium/chrome/browser/resources/chromeos/salsa.css b/chromium/chrome/browser/resources/chromeos/salsa.css
deleted file mode 100644
index b4a2b3eee29..00000000000
--- a/chromium/chrome/browser/resources/chromeos/salsa.css
+++ /dev/null
@@ -1,58 +0,0 @@
-/* Copyright 2013 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. */
-
-#entry-list {
- list-style-type: none;
- width: 900px;
-}
-
-.entry {
- width: 100%;
-}
-
-.entry-key,
-.entry-value {
- font-size: small;
-}
-
-p,
-span {
- font-weight: bold;
-}
-
-#treatment-header {
- display: table-cell;
- padding-right: 20px;
- vertical-align: middle;
-}
-
-.treatment {
- display: table-cell;
- height: 40px;
- text-align: center;
- vertical-align: middle;
- width: 40px;
-}
-
-.selected {
- border: 2px solid black;
- border-radius: 20px;
-}
-
-#bounding-box {
- border: 1px solid black;
- border-radius: 10px;
- margin: 50px;
- padding: 15px;
- text-align: center;
- width: 600px;
-}
-
-#instructions {
- text-align: left;
-}
-
-#treatment-list {
- display: inline-block;
-}