From cd59bcbd77c356b5c07e40341ca90cefd4219f96 Mon Sep 17 00:00:00 2001 From: Patrick Filler Date: Mon, 12 Sep 2011 16:42:59 -0400 Subject: [PATCH] Update div width because IE8 doesn't like 50% divs for whatever reason. --- docsupport/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsupport/style.css b/docsupport/style.css index 6e6180a..1d34729 100644 --- a/docsupport/style.css +++ b/docsupport/style.css @@ -45,7 +45,7 @@ ol ul li, ul ul li { list-style-type: circle; margin: 0 0 .25em 1em; } li > p { margin-top: .25em; } div.side-by-side { width: 100%; margin-bottom: 1em; } -div.side-by-side > div { float: left; width: 50%; } +div.side-by-side > div { float: left; width: 49%; } div.side-by-side > div > em { margin-bottom: 10px; display: block; } .faqs em { display: block; }