Version 1
[yaffs-website] / web / core / themes / stable / css / system / components / system-status-report-general-info.css
diff --git a/web/core/themes/stable/css/system/components/system-status-report-general-info.css b/web/core/themes/stable/css/system/components/system-status-report-general-info.css
new file mode 100644 (file)
index 0000000..8334d4d
--- /dev/null
@@ -0,0 +1,14 @@
+/**
+ * @file
+ * Default styles for the System Status general info.
+ */
+
+.system-status-general-info__item {
+  border: 1px solid #ccc;
+  margin-top: 1em;
+  padding: 0 1em 1em;
+}
+
+.system-status-general-info__item-title {
+  border-bottom: 1px solid #ccc;
+}