Skip to content

Commit b33d355

Browse files
author
jordanmccullough
committed
Enable TOC "open" by default
1 parent b58c78e commit b33d355

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_layouts/curriculum.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121

2222
<div id="toc-toggle">
23-
<input type="checkbox" class="toc-toggle-check" id="toc-toggle-check" name="toc-toggle-check" value="true">
23+
<input type="checkbox" class="toc-toggle-check" id="toc-toggle-check" name="toc-toggle-check" value="true" checked="checked">
2424
<label class="toc-toggle-label" for="toc-toggle-check">
2525
<span class="octicon octicon-list-unordered"></span>
2626
<!-- <span class="toc-header">Table of Contents</span> -->
2727
</label>
2828
</div>
2929

30-
<div class="col-content deck col-md-12 col-sm-12 col-xs-12 materials curriculum">
30+
<div class="col-content deck col-md-12 col-sm-12 col-xs-12 materials curriculum shift-left">
3131
<div id="teacher" class="hidden">
3232
<div class="alignment">
3333
<div id="teacher-avatar" class=""></div>
@@ -71,7 +71,7 @@
7171
</div>
7272

7373

74-
<div class="col-toc col-md-2 col-sm-2 col-xs-2">
74+
<div class="col-toc col-md-2 col-sm-2 col-xs-2 shift-left">
7575
<div id="toc-wrapper">
7676
<div id="toc" data-spy="affix" data-offset-top="145">
7777
<ul id="toc-list" class="nav nav-pills nav-stacked" role="tablist">

0 commit comments

Comments
 (0)