Update div width because IE8 doesn't like 50% divs for whatever reason.
This commit is contained in:
parent
3a64fd05c3
commit
cd59bcbd77
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue