From 8f667807db798050af98817ba900d49045bd9724 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Sun, 7 Oct 2018 10:10:42 +0200 Subject: [PATCH 1/1] Style definition list Resolves: https://github.com/cweiske/grauphel/issues/68 --- grauphel.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/grauphel.css b/grauphel.css index 20c0ead..3b7d03c 100644 --- a/grauphel.css +++ b/grauphel.css @@ -23,6 +23,12 @@ margin-bottom: 1ex; margin-top: 2ex; } +.app-grauphel #app-content dt, +.app-grauphel #app-content dd { + display: block; + padding: 0; + text-align: left; +} .app-grauphel #app-content dt { font-weight: bold; } @@ -200,4 +206,4 @@ table.table form button.action { margin-top: 0px; min-height: 100%; margin-bottom: 50px; -} \ No newline at end of file +} -- 2.30.2