Bug 57563: Incorrect CSS rules defining the blocks placement at WM-ES main page
authorMateusz Maćkowski <marx-1997@o2.pl>
Wed, 2 Apr 2014 20:50:13 +0000 (22:50 +0200)
committerWikimedia Espana <wmes@canberra.dreamhost.com>
Wed, 2 Apr 2014 20:52:54 +0000 (22:52 +0200)
Corresponds to https://bugzilla.wikimedia.org/attachment.cgi?id=14199 (comment 6)

style.css

index db9bccc5e9209b859664c366006b4b0ac626d957..3f90919beaa93c0cac348cb8fbb6c7a67c41205a 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -145,3 +145,10 @@ h1 {
   display: none;
 }
 
+.landingboxes_right {
+  float: left;
+  margin-left: 10px;
+}
+.landingboxes_left {
+  float: left;
+}