Index: src/site/samples/multi_touch/example/index.css |
diff --git a/src/site/samples/multi_touch/example/index.css b/src/site/samples/multi_touch/example/index.css |
deleted file mode 100644 |
index 94ca43019135c4aad47683372c1cc0ecae2a2649..0000000000000000000000000000000000000000 |
--- a/src/site/samples/multi_touch/example/index.css |
+++ /dev/null |
@@ -1,25 +0,0 @@ |
-/* |
-Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
-for details. All rights reserved. Use of this source code is governed by a |
-BSD-style license that can be found in the LICENSE file. |
-*/ |
- |
-body,html { |
- height: 100%; |
- margin: 0; |
- padding: 0; |
- color: black; |
-} |
- |
-#container { |
- width: 100%; |
- height: 100%; |
- overflow: auto; |
-} |
- |
-#example { |
- vertical-align: top; |
- display: block; |
- margin: 0; |
- overflow: auto; |
-} |