Browse Source

Fixes flow for sidebar three column mode

unreleased_contents
Frederic Hemberger 13 years ago
parent
commit
2f7d9f3896
  1. 5
      .themes/classic/sass/base/_layout.scss

5
.themes/classic/sass/base/_layout.scss

@ -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;
}
}
}

Loading…
Cancel
Save