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

Side by Side Diff: chrome/browser/resources/chromeos/provided_file_systems.css

Issue 300023008: [fsp] Rename chrome://fsp-internals to chrome://provided-file-systems. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. 3 * found in the LICENSE file.
4 */ 4 */
5 5
6 body { 6 body {
7 font-family: 'Verdana', 'Arial'; 7 font-family: 'Verdana', 'Arial';
8 font-size: 14px; 8 font-size: 14px;
9 margin: 20px; 9 margin: 20px;
10 } 10 }
(...skipping 21 matching lines...) Expand all
32 line-height: 24px; 32 line-height: 24px;
33 text-align: center; 33 text-align: center;
34 } 34 }
35 35
36 table td .icon { 36 table td .icon {
37 display: inline-block; 37 display: inline-block;
38 height: 24px; 38 height: 24px;
39 vertical-align: middle; 39 vertical-align: middle;
40 width: 24px; 40 width: 24px;
41 } 41 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/fsp_internals.js ('k') | chrome/browser/resources/chromeos/provided_file_systems.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698