Update div width because IE8 doesn't like 50% divs for whatever reason.

gh-pages
Patrick Filler 2011-09-12 16:42:59 -04:00
parent 3a64fd05c3
commit cd59bcbd77
1 changed files with 1 additions and 1 deletions

View File

@ -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; }