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

Unified Diff: chrome/browser/resources/webui.css

Issue 8511046: deprecate webui.css (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: undo mistake in downloads Created 9 years, 1 month 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
Index: chrome/browser/resources/webui.css
diff --git a/chrome/browser/resources/webui.css b/chrome/browser/resources/webui.css
deleted file mode 100644
index 432924fca24f234bffdf797d02d1dfbc492f1413..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/webui.css
+++ /dev/null
@@ -1,61 +0,0 @@
-/* Copyright (c) 2011 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 {
- background-color: white;
- color: black;
- margin: 10px;
-}
-
-.header {
- clear: both;
- overflow: auto;
-}
-
-.header .logo {
- float: left;
-}
-
-html[dir='rtl'] .logo {
- float: right;
-}
-
-.header .form {
- -webkit-margin-start: 12px;
- float: left;
- margin-top: 22px;
-}
-
-html[dir='rtl'] .form {
- float: right;
-}
-
-.page-navigation {
- -webkit-margin-end: 4px;
- background-color: #ebeff9;
- padding: 8px;
-}
-
-.footer {
- height: 24px;
-}
-
-/* TODO(jhawkins): Refactor button styling and remove !important here. This is
- * currently necessary because individual page button element selectors have
- * higher specificity.
- */
-.link-button,
-.link-button:focus,
-.link-button:hover {
- -webkit-box-shadow: none !important;
- background: transparent none !important;
- border: none !important;
- cursor: pointer;
- text-decoration: underline;
-}
-
-.displaytable {
- display: table;
-}

Powered by Google App Engine
This is Rietveld 408576698