From e23fd12ac42082027256b9e1970ce870c2719e24 Mon Sep 17 00:00:00 2001 From: Luke Melia Date: Tue, 11 Mar 2008 15:14:56 -0400 Subject: [PATCH 1/2] Add width:auto to table css to fix conflict with blueprint that causes facebox to be stretched to 100% width. --- facebox.css | 1 + 1 file changed, 1 insertion(+) diff --git a/facebox.css b/facebox.css index cb69074..d3ba45a 100644 --- a/facebox.css +++ b/facebox.css @@ -34,6 +34,7 @@ #facebox table { margin: auto; border-collapse: collapse; + width:auto; } #facebox td { From bf64466664441adcfdf8ef58ac525c418c93659c Mon Sep 17 00:00:00 2001 From: Luke Melia Date: Tue, 11 Mar 2008 15:20:29 -0400 Subject: [PATCH 2/2] Another fix for a blueprint conflict. Was causing left and right borders of facebox to look screwy. --- facebox.css | 1 + 1 file changed, 1 insertion(+) diff --git a/facebox.css b/facebox.css index d3ba45a..0ba0089 100644 --- a/facebox.css +++ b/facebox.css @@ -39,6 +39,7 @@ #facebox td { border-bottom: 0; + padding:0; } #facebox .body {