Index: chrome/browser/resources/md_policy/policy_group.css |
diff --git a/chrome/browser/resources/md_policy/policy_group.css b/chrome/browser/resources/md_policy/policy_group.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..55db477948e92a7575563cfe95b2bd36a50538e6 |
--- /dev/null |
+++ b/chrome/browser/resources/md_policy/policy_group.css |
@@ -0,0 +1,13 @@ |
+/* Copyright 2015 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. */ |
+ |
+paper-card { |
+ margin: 5px auto; |
+ width: 100%; |
+} |
+ |
+p { |
+ margin-bottom: 0.3em; |
+ margin-top: 0; |
+} |