test/dummy/app/assets/javascripts/views/layout/section.jst.eco in magic_stylez-0.0.0.65 vs test/dummy/app/assets/javascripts/views/layout/section.jst.eco in magic_stylez-0.0.0.66

- old
+ new

@@ -85,9 +85,119 @@ <h4>.shine-bottom .compact</h4> </div> </div> + +<div class="section black"> + <div class="corset"> + <h4>.black</h4> + </div> +</div> +<div class="section rotated top-left bright"> + <div class="corset"> + <h4>.rotated.top-left</h4> + <div class="well"> + <strong>Caution!</strong> rotated sections need the following css: + <br/> + <code>html, body { overflow-x: hidden; }</code> + </div> + </div> +</div> +<div class="section black"> + <div class="corset"> + <h4>.black</h4> + </div> +</div> + +<div class="section rotated top-right bright"> + <div class="corset"> + <h4>.rotated.top-right </h4> + <div class="well"> + <strong>Caution!</strong> rotated sections need the following css: + <br/> + <code>html, body { overflow-x: hidden; }</code> + </div> + </div> +</div> + +<div class="section black"> + <div class="corset"> + <h4>.black</h4> + </div> +</div> +<div class="section rotated bottom-left bright"> + <div class="corset"> + <h4>.rotated.bottom-left</h4> + <div class="well"> + <strong>Caution!</strong> rotated sections need the following css: + <br/> + <code>html, body { overflow-x: hidden; }</code> + </div> + </div> +</div> +<div class="section black"> + <div class="corset"> + <h4>.black</h4> + </div> +</div> + +<div class="section rotated bottom-right bright"> + <div class="corset"> + <h4>.rotated.bottom-right</h4> + <div class="well"> + <strong>Caution!</strong> rotated sections need the following css: + <br/> + <code>html, body { overflow-x: hidden; }</code> + </div> + </div> +</div> + +<div class="section black"> + <div class="corset"> + <h4>.black</h4> + </div> +</div> +<div class="section rotated both-left bright"> + <div class="corset"> + <h4>.rotated.both-left</h4> + <div class="well"> + <strong>Caution!</strong> rotated sections need the following css: + <br/> + <code>html, body { overflow-x: hidden; }</code> + </div> + <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> + </div> +</div> +<div class="section image"> + <div class="corset"> + <h4>.image</h4> + <br/> + <br/> + <p>with pictures makes more sensce ...</p> + </div> +</div> + +<div class="section rotated both-right brand"> + <div class="corset"> + <h4>.rotated.both-right</h4> + <div class="well"> + <strong>Caution!</strong> rotated sections need the following css: + <br/> + <code>html, body { overflow-x: hidden; }</code> + </div> + <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> + </div> +</div> +<div class="section image"> + <div class="corset"> + <h4>.image</h4> + <br/> + <p>with pictures makes more sensce ...</p> + </div> +</div> + + <div class="section"> <div class="corset"> <h2>Sizes:</h2> <table class="table"> <thead> \ No newline at end of file