mirror of https://github.com/ColorlibHQ/AdminLTE
Fixed documentation typo #428
parent
493ce24f47
commit
f45f1101b7
|
@ -17,7 +17,7 @@
|
|||
to the body tag to get the desired goal.</p>
|
||||
<ul>
|
||||
<li><b>Fixed:</b> use the class <code>.fixed</code> to get a fixed header and sidebar.</li>
|
||||
<li><b>Collapsed Sidebar:</b> use the class <code>.collapsed-sidebar</code> to have a collapsed sidebar upon loading.</li>
|
||||
<li><b>Collapsed Sidebar:</b> use the class <code>.sidebar-collapse</code> to have a collapsed sidebar upon loading.</li>
|
||||
<li><b>Boxed Layout:</b> use the class <code>.layout-boxed</code> to get a boxed layout that stretches only to 1250px.</li>
|
||||
<li><b>Top Navigation</b> use the class <code>.layout-top-nav</code> to remove the sidebar and have your links at the top navbar.</li>
|
||||
</ul>
|
||||
|
|
|
@ -224,7 +224,7 @@ AdminLTE/
|
|||
to the body tag to get the desired goal.</p>
|
||||
<ul>
|
||||
<li><b>Fixed:</b> use the class <code>.fixed</code> to get a fixed header and sidebar.</li>
|
||||
<li><b>Collapsed Sidebar:</b> use the class <code>.collapsed-sidebar</code> to have a collapsed sidebar upon loading.</li>
|
||||
<li><b>Collapsed Sidebar:</b> use the class <code>.sidebar-collapse</code> to have a collapsed sidebar upon loading.</li>
|
||||
<li><b>Boxed Layout:</b> use the class <code>.layout-boxed</code> to get a boxed layout that stretches only to 1250px.</li>
|
||||
<li><b>Top Navigation</b> use the class <code>.layout-top-nav</code> to remove the sidebar and have your links at the top navbar.</li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in New Issue