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;