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

Unified Diff: chrome/resources/Inspector/quirks-overrides.css

Issue 334023: Remove Inspector directory in prep for ref build rev. (Closed) Base URL: http://src.chromium.org/svn/trunk/deps/reference_builds/
Patch Set: Created 11 years, 2 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 | « chrome/resources/Inspector/inspector.js ('k') | chrome/resources/Inspector/treeoutline.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/resources/Inspector/quirks-overrides.css
===================================================================
--- chrome/resources/Inspector/quirks-overrides.css (revision 29943)
+++ chrome/resources/Inspector/quirks-overrides.css (working copy)
@@ -1,12 +0,0 @@
-/* Copyright 2008 Google Inc. All Rights Reserved. */
-/* Author: ojan@google.com (Ojan Vafai) */
-
-/* These styles override the default styling for HTML elements in quirks-mode
- as defined in WebCore/css/quirks.css. So far we have used this file exclusively for
- making our form elements match Firefoxes. If we find other needs for this
- file we should seriously consider if this is the right place of them. */
-
-textarea {
- /* Matches IE's text offsets in quirksmode (causes text to wrap the same as IE). */
- padding: 2px 0 0 2px;
-}
« no previous file with comments | « chrome/resources/Inspector/inspector.js ('k') | chrome/resources/Inspector/treeoutline.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698