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

Unified Diff: chrome/browser/resources/options2/chromeos/proxy.css

Issue 9309116: [Clean up] Fix style guide nits in chrome/browser/resources/options2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 10 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/chromeos/proxy.css
diff --git a/chrome/browser/resources/options2/chromeos/proxy.css b/chrome/browser/resources/options2/chromeos/proxy.css
index 2097d88367b8450df26f51e44de04f27c9316a51..38001550ef7c2138050d802644094b75b9095cc6 100644
--- a/chrome/browser/resources/options2/chromeos/proxy.css
+++ b/chrome/browser/resources/options2/chromeos/proxy.css
@@ -3,10 +3,10 @@
* found in the LICENSE file. */
#ignoredHostList {
+ -webkit-margin-start: 0;
border: solid 1px #999;
max-height: 150px;
min-height: 50px;
- -webkit-margin-start: 0;
}
#newHost {

Powered by Google App Engine
This is Rietveld 408576698