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

Side by Side 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, 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/resources/Inspector/inspector.js ('k') | chrome/resources/Inspector/treeoutline.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /* Copyright 2008 Google Inc. All Rights Reserved. */
2 /* Author: ojan@google.com (Ojan Vafai) */
3
4 /* These styles override the default styling for HTML elements in quirks-mode
5 as defined in WebCore/css/quirks.css. So far we have used this file exclusive ly for
6 making our form elements match Firefoxes. If we find other needs for this
7 file we should seriously consider if this is the right place of them. */
8
9 textarea {
10 /* Matches IE's text offsets in quirksmode (causes text to wrap the same as IE ). */
11 padding: 2px 0 0 2px;
12 }
OLDNEW
« 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