From 8e97e77dd0bb3baf81b63e2a3cb8cf4c2791c2b3 Mon Sep 17 00:00:00 2001
From: Sawyer Hollenshead <s.hollenshead@gmail.com>
Date: Fri, 6 Jul 2012 16:11:02 -0700
Subject: [PATCH] Fix visual bug in IE8

---
 resources/static/pages/css/style.css | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/resources/static/pages/css/style.css b/resources/static/pages/css/style.css
index 8dd9f0077..1bfbd26cc 100644
--- a/resources/static/pages/css/style.css
+++ b/resources/static/pages/css/style.css
@@ -634,18 +634,12 @@ footer ul li:first-child a:hover {
 }
 
 .blurb {
-  zoom: 1;
   margin-top: 30px;
   padding: 30px;
   text-align: left;
   line-height: 1.5;
-}
-.blurb:before, .blurb:after {
-  content: "";
-  display: table;
-}
-.blurb:after {
-  clear: both;
+  overflow: hidden;
+  display: block;
 }
 
 .blurb h1, .blurb p, .blurb a, a.developers{
-- 
GitLab