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

Unified Diff: chrome/browser/resources/options2/font_settings.css

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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
Index: chrome/browser/resources/options2/font_settings.css
diff --git a/chrome/browser/resources/options2/font_settings.css b/chrome/browser/resources/options2/font_settings.css
deleted file mode 100644
index 6cd5ca4ee6afcbc38175e30c112278601f439e06..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/options2/font_settings.css
+++ /dev/null
@@ -1,49 +0,0 @@
-/* Copyright (c) 2012 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. */
-
-#font-settings > section {
- overflow: hidden;
-}
-
-.font-setting-container {
- display: -webkit-box;
-}
-
-#font-settings input[type='range'] {
- width: 100%;
-}
-
-#minimum-font-sample {
- height: 35px;
- overflow: hidden;
- width: 270px;
-}
-
-.font-input-div {
- -webkit-margin-end: 3em;
- width: 12em;
-}
-
-.font-input-div > div > select {
- margin-bottom: 10px;
-}
-
-.font-input {
- width: 100%;
-}
-
-.font-sample-div {
- direction: ltr;
- height: 70px;
- overflow: hidden;
- width: 270px;
-}
-
-.font-settings-huge {
- float: right;
-}
-
-html[dir=rtl] .font-settings-huge {
- float: left;
-}
« no previous file with comments | « chrome/browser/resources/options2/editable_text_field.js ('k') | chrome/browser/resources/options2/font_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698