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

Unified Diff: chrome/browser/resources/options/advanced_options.css

Issue 5930003: DOMUI Settings: UTH: Fix the wrapping of the privacy explanation text. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: "Made code changes as per comments." Created 10 years 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/options/advanced_options.css
diff --git a/chrome/browser/resources/options/advanced_options.css b/chrome/browser/resources/options/advanced_options.css
index 2193a33e67c9fdee63f784ec94a4f02b100cc914..7b55e6605a6cdbbd9837b07d2771b941e7e31b6e 100644
--- a/chrome/browser/resources/options/advanced_options.css
+++ b/chrome/browser/resources/options/advanced_options.css
@@ -4,9 +4,6 @@
* found in the LICENSE file.
*/
-.disable-services-div {
- color: grey;
-}
-.disable-services-span {
+.disable-services {
James Hawkins 2010/12/16 21:26:58 I'm not sure I like this class name. It doesn't r
kmadhusu 2010/12/16 22:08:58 Done.
color: grey;
}

Powered by Google App Engine
This is Rietveld 408576698