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

Unified Diff: experimental/conways_life/css/stamp_editor.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/conways_life/css/life.css ('k') | experimental/conways_life/css/toolbar.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/conways_life/css/stamp_editor.css
diff --git a/experimental/conways_life/css/stamp_editor.css b/experimental/conways_life/css/stamp_editor.css
deleted file mode 100644
index 54d95e534f07540b9f74ea331b992dafdd6a0322..0000000000000000000000000000000000000000
--- a/experimental/conways_life/css/stamp_editor.css
+++ /dev/null
@@ -1,52 +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.
- */
-
-/**
- * Classes used to support rendering of the stamp editor panel.
- */
-.panel {
- position: absolute;
- background: white;
- border: 1px solid black;
- font-size: inherit;
- /* A "high" z-index: the panel should float above everything else. */
- z-index: 100;
-}
-
-/**
- * Ensure that images within a table do not have suprious spacing.
- */
-td img {
- display: block;
-}
-
-.stamp_editor_button {
- background-color: lightgray;
- border-style: inset;
- border-width: 1px;
-}
-
-#stamp_editor_outer_container {
- margin-left: auto;
- margin-right: auto;
- text-align: center;
-}
-
-#title_text {
- text-align: center;
- width: 120px;
-}
-
-#ok_cancel_buttons {
- float: right;
- font-size: inherit;
- text-align: right;
-}
-
-#stamp_editor_legend {
- font-size: inherit;
- background-color: lightgray;
- margin-top: 8px;
-}
« no previous file with comments | « experimental/conways_life/css/life.css ('k') | experimental/conways_life/css/toolbar.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698