summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/css/configsummary.css')
-rw-r--r--frontend/css/configsummary.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/frontend/css/configsummary.css b/frontend/css/configsummary.css
new file mode 100644
index 0000000..af62488
--- /dev/null
+++ b/frontend/css/configsummary.css
@@ -0,0 +1,15 @@
+table.configsummary {
+ font-size: 80%;
+ font-family: monospace;
+}
+table.configsummary td {
+ padding-bottom: 3px;
+ border-bottom: 1px solid black;
+}
+table.configsummary td.name {
+ font-style: italic;
+ border-right: 1px dashed blue;
+}
+table.configsummary td.val {
+ border-left: 1px dashed green;
+}