Index: chrome/browser/resources/options/options_page.css |
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css |
index 195c18f1ad276a79dd18d31d52c5fa60a4284fb4..a558eb9816676a995fdaccbfb25396d17ee0198a 100644 |
--- a/chrome/browser/resources/options/options_page.css |
+++ b/chrome/browser/resources/options/options_page.css |
@@ -323,7 +323,7 @@ section > div:only-of-type label { |
} |
.hidden { |
- display: none; |
+ display: none !important; |
stuartmorgan
2010/12/13 17:49:51
What is the !important for? There's almost certain
arv (Not doing code reviews)
2010/12/13 19:58:35
I'm fine with this !important.
I'm also OK with s
|
} |
.touch-slider { |