File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h1>{{ title }}</h1>
1313
1414- a layout container wrapper with the `.layout-container` class (also works when applied to `body`)
1515- a layout content wrapper with the `.layout-content` class
16- - ***optional*** add the `data-scrollable` attribute to the `.layout-content` container to enable [custom scrollbars](../custom- scrollbars.html)
16+ - ***optional*** add the `data-scrollable` attribute to the `.layout-content` container to enable [custom scrollbars](../scrollbars.html)
1717{% endmarkdown %}
1818
1919< div class ="card card-block ">
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ <h1>{{ title }}</h1>
1818 </ li >
1919 </ ul >
2020 < blockquote >
21- At minimum, a sidebar container requires to :
21+ To create a sidebar, you must :
2222 </ blockquote >
2323 < ul >
2424 < li > use the < code > .sidebar</ code > class</ li >
2525 < li > have a unique < code > id</ code > attribute</ li >
26- < li > < em class ="strong "> optional</ em > add < code > data-scrollable</ code > attribute to enable < a href ="../custom- scrollbars.html "> custom scrollbars</ a > </ li >
26+ < li > < em class ="strong "> optional</ em > add < code > data-scrollable</ code > attribute to enable < a href ="../scrollbars.html "> custom scrollbars</ a > </ li >
2727 </ ul >
2828 {% include 'code/sidebar-basic.html' %}
2929</ div >
You can’t perform that action at this time.
0 commit comments