Bootstrap Grid
Maintained by
Guy Thomas, Stuart Lamour
Extends the Atto editor so that bootstrap grids can be inserted into user generated content.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
It's actually a bug with Atto, not our plugin - here is the Atto bug which I encourage you to vote for:
https://tracker.moodle.org/browse/MDL-54895
Great plugin. Just to let you know on (at least) Moodle 3.0 with Clean theme, the 2 column layouts with 25% / 75% both have their margin shifted -30px. This appears to be from those two layouts using class="row row-fluid" rather than class="row-fluid" which the other layouts use.
http://imgur.com/Wadr6Ga
Quick fix for me was a custom CSS line:
.atto_bsgrid .row { margin-left:0px; }
I haven't tested this in any other themes.
Regards
Bob GIlmore
-Derek