Index: webkit/data/test_shell/sort/sort.css |
diff --git a/webkit/data/test_shell/sort/sort.css b/webkit/data/test_shell/sort/sort.css |
deleted file mode 100644 |
index c3448530c53611a925d5b3de55fcc53806dae6d4..0000000000000000000000000000000000000000 |
--- a/webkit/data/test_shell/sort/sort.css |
+++ /dev/null |
@@ -1,53 +0,0 @@ |
-body { |
- font-family: Consolas, monospace; |
- font-size: 12px; |
-} |
- |
-ul.bar { |
- position: relative; |
- width: 900px; |
- height: 200px; |
- background: gray; |
- border: 2px solid silver; |
-} |
-ul.bar li { |
- position: absolute; |
- bottom: 0px; |
- width: 5px; |
- list-style: none; |
- margin: 0px; |
- padding: 0px; |
- z-index: 2; |
- border: 1px solid black; |
- border-bottom: 0px; |
- background: green; |
-} |
- |
-ul.bar .label { |
- position: absolute; |
- top: 5px; |
- left: 5px; |
- background: none; |
-} |
- |
-li.compare { |
- border: white; |
- width: 10px; |
-} |
- |
-li.compare { |
- background-color: red; |
-} |
- |
-.button { |
- border: 1px dashed silver; |
- padding: 2px; |
- margin: 2px; |
- display: inline; |
-} |
- |
-.button:hover { |
- text-decoration:underline; |
- cursor: pointer; |
- background-color: silver; |
-} |