Skip to content

Instantly share code, notes, and snippets.

@whyisjake
Created May 1, 2013 18:32
Show Gist options
  • Save whyisjake/5497230 to your computer and use it in GitHub Desktop.
Save whyisjake/5497230 to your computer and use it in GitHub Desktop.
<div class="tabbable tabs-left">
<ul class="nav nav-tabs">
<li class="active"><a href="#1" data-toggle="tab">Full Schedule</a></li>
<li><a href="#2" data-toggle="tab">Center Stage</a></li>
</ul>
<div class="tab-content" style="width:497px">
<div class="tab-pane active" id="1">
[mf_full_schedule location=""]
</div>
<div class="tab-pane" id="2">
[mf_full_schedule location="Center Stage"]
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment