diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2018-10-07 10:10:42 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2018-10-07 10:10:42 +0200 |
| commit | 8f667807db798050af98817ba900d49045bd9724 (patch) | |
| tree | 770a261617d945643cd32aa5692b6e310f33d5d2 | |
| parent | 93648d4abf448e4d0b1767a9bfa4da8b810d6a76 (diff) | |
| download | grauphel-8f667807db798050af98817ba900d49045bd9724.tar.gz grauphel-8f667807db798050af98817ba900d49045bd9724.zip | |
Style definition list
Resolves: https://github.com/cweiske/grauphel/issues/68
| -rw-r--r-- | grauphel.css | 8 |
1 files changed, 7 insertions, 1 deletions
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 +} |
