index: list latest git commits
[sheet.git] / base.css
index c4c36d4b337c3506c92dd6dd5368a65ffe32bb44..54c1e1a2dd9b65b3e36a627d77f682ec57d69e80 100644 (file)
--- a/base.css
+++ b/base.css
@@ -79,6 +79,17 @@ ul {
        text-align: left;
 }
 
        text-align: left;
 }
 
+dl > dt {
+       float: left;
+       width: 50%;
+       text-align: right;
+}
+dl > dd {
+       text-align: left;
+       padding-left: 1em;
+       overflow: hidden;
+}
+
 /* "keyboard" (list of keys) */
 
 ul#rows {margin-top: -5ex} /* top (esc) row fits besides header */
 /* "keyboard" (list of keys) */
 
 ul#rows {margin-top: -5ex} /* top (esc) row fits besides header */
@@ -527,9 +538,11 @@ dl.legend dt {
        margin: 0 0 1px; /* distinct keys */
        height: auto; /* not key-height */
        padding: 2px 0;
        margin: 0 0 1px; /* distinct keys */
        height: auto; /* not key-height */
        padding: 2px 0;
+       width: auto; /* not center-aligned */
 }
 dl.legend dd {
        margin: 3px 0.4em 0; /* align text (add dt border+padding height) */
 }
 dl.legend dd {
        margin: 3px 0.4em 0; /* align text (add dt border+padding height) */
+       padding: 0;
 }
 
 dl.legend-options dt {
 }
 
 dl.legend-options dt {