From 4cf8c7537eb82d7e0d346d56f9d414782fe83bd2 Mon Sep 17 00:00:00 2001 From: Tvangeste Date: Thu, 30 May 2013 14:42:18 +0200 Subject: [PATCH] Revert due to regressions: "Fixed #333: Do not allow the floating elements to overflow to the other cards" This reverts commit f8513bb9951105dc9affdaeb59bddd2af11b43d1. --- article-style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/article-style.css b/article-style.css index a8e1e9fd..0ae55994 100644 --- a/article-style.css +++ b/article-style.css @@ -48,7 +48,7 @@ pre behave better (have some space before the start of article) */ .gdarticle { - display: table-cell; + display: block; padding-top: 1px; margin-top: -9px; margin-bottom: 8px;