style: fix legend key width
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 26 Mar 2012 16:10:48 +0000 (18:10 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 10 Apr 2012 01:03:24 +0000 (03:03 +0200)
Don't know why this rule was added, but it prevented full-sized keys as
intended in compliant browsers (anything except older geckos?).

base.css

index 3d8f52b6f5c7145c2bdc79f5122bebd8ed2f7662..509d646e6e5202d0155c5b202b0f8acd234ad130 100644 (file)
--- a/base.css
+++ b/base.css
@@ -546,7 +546,6 @@ 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) */