Index: chrome/browser/resources/options2/chromeos/set_wallpaper_options.css |
diff --git a/chrome/browser/resources/options2/chromeos/set_wallpaper_options.css b/chrome/browser/resources/options2/chromeos/set_wallpaper_options.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..2b8585faa2214b26352420f84be364d92a9aa00c |
--- /dev/null |
+++ b/chrome/browser/resources/options2/chromeos/set_wallpaper_options.css |
@@ -0,0 +1,12 @@ |
+/* 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. */ |
+ |
+#wallpaper-grid { |
+ width: 470px; |
+} |
+ |
+#wallpaper-grid img { |
+ height: 80px; |
+ width: 128px; |
+} |