Index: chrome/browser/resources/net_export/net_export.css |
diff --git a/chrome/browser/resources/net_export/net_export.css b/chrome/browser/resources/net_export/net_export.css |
deleted file mode 100644 |
index 0fae6394a3d55a22e0356e74ad49336098cf1718..0000000000000000000000000000000000000000 |
--- a/chrome/browser/resources/net_export/net_export.css |
+++ /dev/null |
@@ -1,36 +0,0 @@ |
-/* Copyright (c) 2013 The Chromium Authors. All rights reserved. |
- * Use of this source code is governed by a BSD-style license that can be |
- * found in the LICENSE file. |
- */ |
- |
-body { |
- font-size: 80%; |
-} |
- |
-button { |
- display: block; |
- font-size: 110%; |
- font-weight: bold; |
- margin: 10px auto; |
- min-height: 48px; |
- width: 200px; |
-} |
- |
-.radio-button-div { |
- margin: 7px auto; |
-} |
- |
-.warning { |
- color: red; |
- font-size: 90%; |
- font-weight: normal; |
-} |
- |
-#net-export-main { |
- margin: 8px; |
-} |
- |
-#export-view-file-path-text { |
- white-space: pre-wrap; |
- word-wrap: break-word; |
-} |