Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2081)

Unified Diff: experimental/webgtt/webgtt.css

Issue 10928195: First round of dead file removal (Closed) Base URL: https://github.com/samclegg/nativeclient-sdk.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/webgtt/webgtt.cc ('k') | experimental/webgtt/webgtt.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
-}
« no previous file with comments | « experimental/webgtt/webgtt.cc ('k') | experimental/webgtt/webgtt.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698