From 6bdb41d3e4eb7a264ba141135d20c8a8a03e53f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mateusz=20Ma=C4=87kowski?= Date: Wed, 2 Apr 2014 22:50:13 +0200 Subject: [PATCH] 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) --- style.css | 7 +++++++ 1 file changed, 7 insertions(+) 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; +} -- 2.30.2