Style definition list
authorChristian Weiske <cweiske@cweiske.de>
Sun, 7 Oct 2018 08:10:42 +0000 (10:10 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Sun, 7 Oct 2018 08:10:42 +0000 (10:10 +0200)
Resolves: https://github.com/cweiske/grauphel/issues/68

grauphel.css

index 20c0ead087da94a45e2d44dd5ce47c34213c033a..3b7d03c33f851d8ec28e536a84121cd4d1eff595 100644 (file)
     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
+}