clipbucket/upload/styles/cb_2013/layout/index.html
Arslan Hassan d61072c94e Updated : Added Responsive template
Added : Signup form hint_before and hint_after
Added : Signup page template for 2.7 (Responsive)
Added : Videos blocks and a responsive structure.
2013-11-14 12:08:58 +00:00

17 lines
No EOL
393 B
HTML

<!-- Including a video -->
<div class="container">
<div class="row">
<div class="video_items">
{for $foo=1 to 5}
<div class="the_item col-md-3 col-lg-3 col-sm-6 col-xs-12">
{include file="$style_dir/blocks/videos/video.html"}
</div>
{/for}
</div>
</div>
</div>
<div class="clearfix"></div>