Browse code

Fixes flow for sidebar three column mode

Frederic Hemberger authored on 30/09/2011 at 13:26:48
Showing 1 changed files
... ...
@@ -32,7 +32,10 @@ $indented-lists: false !default;
32 32
   &.thirds section {
33 33
     width: 30%;
34 34
     margin-left: 5%;
35
-    &.first { margin-left: 0; }
35
+    &.first {
36
+      margin-left: 0;
37
+      clear: both;
38
+    }
36 39
   }
37 40
 }
38 41