Fixes flow for sidebar three column mode

This commit is contained in:
Frederic Hemberger 2011-09-30 15:26:48 +02:00
parent 898b149dda
commit 2f7d9f3896
1 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,10 @@ $indented-lists: false !default;
&.thirds section {
width: 30%;
margin-left: 5%;
&.first { margin-left: 0; }
&.first {
margin-left: 0;
clear: both;
}
}
}