From: Mischa POSLAWSKY Date: Mon, 26 Mar 2012 16:10:48 +0000 (+0200) Subject: style: fix legend key width X-Git-Tag: v1.5~41 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/04c97e27a1e37871aef6b187fe54fb76c0e1cfc6 style: fix legend key width Don't know why this rule was added, but it prevented full-sized keys as intended in compliant browsers (anything except older geckos?). --- diff --git a/base.css b/base.css index 3d8f52b..509d646 100644 --- 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; - width: auto; /* not center-aligned */ } dl.legend dd { margin: 3px 0.4em 0; /* align text (add dt border+padding height) */