From: Mateusz Maćkowski Date: Wed, 2 Apr 2014 20:50:13 +0000 (+0200) Subject: Bug 57563: Incorrect CSS rules defining the blocks placement at WM-ES main page X-Git-Url: http://gitweb.wikimedia.es/?a=commitdiff_plain;h=6bdb41d3e4eb7a264ba141135d20c8a8a03e53f1;p=mediawiki%2Fextensions%2FHomePageWMES Bug 57563: Incorrect CSS rules defining the blocks placement at WM-ES main page Corresponds to https://bugzilla.wikimedia.org/attachment.cgi?id=14199 (comment 6) --- diff --git a/style.css b/style.css index db9bccc..3f90919 100755 --- a/style.css +++ b/style.css @@ -145,3 +145,10 @@ h1 { display: none; } +.landingboxes_right { + float: left; + margin-left: 10px; +} +.landingboxes_left { + float: left; +}