Fix display of navigation sidebar.
[grauphel.git] / 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
+}