From 04c97e27a1e37871aef6b187fe54fb76c0e1cfc6 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 26 Mar 2012 18:10:48 +0200 Subject: [PATCH] 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?). --- base.css | 1 - 1 file changed, 1 deletion(-) 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) */ -- 2.30.0