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

Unified Diff: chrome/browser/resources/options2/chromeos/change_picture_options.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/change_picture_options.css
diff --git a/chrome/browser/resources/options2/chromeos/change_picture_options.css b/chrome/browser/resources/options2/chromeos/change_picture_options.css
index 1747c1f6510baf0440af8c2de9c31fb24e40cdca..c3e1cf89179ad5c624afc5f0452a5d479af4d666 100644
--- a/chrome/browser/resources/options2/chromeos/change_picture_options.css
+++ b/chrome/browser/resources/options2/chromeos/change_picture_options.css
@@ -24,8 +24,8 @@
}
#images-grid [role=listitem] {
- border-radius: 4px;
border: 1px solid rgba(0, 0, 0, 0.15);
+ border-radius: 4px;
display: inline-block;
margin: 10px;
padding: 3px;

Powered by Google App Engine
This is Rietveld 408576698