Index: experimental/webgtt/webgtt.css |
diff --git a/experimental/webgtt/webgtt.css b/experimental/webgtt/webgtt.css |
deleted file mode 100644 |
index 3f1e880a7a6ccc857534c1f7377d81ac3a10b5f0..0000000000000000000000000000000000000000 |
--- a/experimental/webgtt/webgtt.css |
+++ /dev/null |
@@ -1,61 +0,0 @@ |
-/* |
- * Copyright 2011 The Native Client Authors. All rights reserved. |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. |
- */ |
- |
-/* |
- * Rudimentary CSS for WebGTT |
- */ |
- |
-body { |
- background-color:#CED8F6; |
- color:black; |
-} |
- |
-h1, p, .pane, .tile { |
- text-align:center; |
-} |
- |
-canvas |
-{ |
- border:3px solid red; |
- background-color:#CEECF5; |
-} |
- |
-.pane, .tile { |
- padding:10px; |
-} |
- |
-.pane |
-{ |
- border:2px solid purple; |
- margin:5px; |
-} |
- |
-.tile |
-{ |
- border:1px solid green; |
- margin:0px; |
-} |
- |
-#intro.pane |
-{ |
- width:1663px; |
-} |
- |
-#control p |
-{ |
- width:800px; |
-} |
- |
-#control.pane, #canvas.pane { |
- float:left; |
-} |
- |
-/* |
- * This functionality is not yet implemented, so hide these elements for now. |
- */ |
-#settings, #shortestPathTile { |
- display:none; |
-} |