|
23 | 23 | <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
24 | 24 | <![endif]--> |
25 | 25 | </head> |
26 | | - <body class="skin-blue fixed" data-spy="scroll" data-target="#scrollspy"> |
| 26 | + <body class="skin-blue" data-spy="scroll" data-target="#scrollspy"> |
27 | 27 | <div class="wrapper"> |
28 | 28 |
|
29 | 29 | <header class="main-header"> |
@@ -102,6 +102,11 @@ <h1> |
102 | 102 |
|
103 | 103 | <!-- Main content --> |
104 | 104 | <div class="content body"> |
| 105 | + <p class="lead"> |
| 106 | + This documentation is for versions 2.3 and under. |
| 107 | + If you are looking for documentation for version 2.4 and above, |
| 108 | + please visit <a href="https://almsaeedstudio.com/adminlte-docs">our online documentation</a>. |
| 109 | + </p> |
105 | 110 |
|
106 | 111 | <section id="introduction"> |
107 | 112 | <h2 class="page-header"><a href="#introduction">Introduction</a></h2> |
@@ -233,7 +238,7 @@ <h3>Layout Options</h3> |
233 | 238 |
|
234 | 239 | <h3>Skins</h3> |
235 | 240 | <p class="lead">Skins can be found in the dist/css/skins folder. |
236 | | - Choose and the skin file that you want then add the appropriate |
| 241 | + Choose the skin file that you want and then add the appropriate |
237 | 242 | class to the body tag to change the template's appearance. Here is the list of available skins:</p> |
238 | 243 | <div class="box box-solid" style="max-width: 300px;"> |
239 | 244 | <div class="box-body no-padding"> |
@@ -335,7 +340,7 @@ <h3>Available AdminLTE Options</h3> |
335 | 340 | navbarMenuSlimscrollWidth: "3px", //The width of the scroll bar |
336 | 341 | navbarMenuHeight: "200px", //The height of the inner menu |
337 | 342 | //General animation speed for JS animated elements such as box collapse/expand and |
338 | | - //sidebar treeview slide up/down. This options accepts an integer as milliseconds, |
| 343 | + //sidebar treeview slide up/down. This option accepts an integer as milliseconds, |
339 | 344 | //'fast', 'normal', or 'slow' |
340 | 345 | animationSpeed: 500, |
341 | 346 | //Sidebar push menu toggle button selector |
@@ -452,7 +457,7 @@ <h4>Tip!</h4> |
452 | 457 | <h3 id="component-main-header">Main Header</h3> |
453 | 458 | <p class="lead">The main header contains the logo and navbar. Construction of the |
454 | 459 | navbar differs slightly from Bootstrap because it has components that Bootstrap doesn't provide. |
455 | | - The navbar can be constructed in two way. This an example for the normal navbar and next we will provide an example for |
| 460 | + The navbar can be constructed in two ways. This is an example for the normal navbar and next we will provide an example for |
456 | 461 | the top nav layout.</p> |
457 | 462 | <div class="box box-solid"> |
458 | 463 | <div class="box-body" style="position: relative;"> |
@@ -2133,7 +2138,7 @@ <h3>AdminLTE</h3> |
2133 | 2138 |
|
2134 | 2139 | <footer class="main-footer"> |
2135 | 2140 | <div class="pull-right hidden-xs"> |
2136 | | - <b>Version</b> 2.3.11 |
| 2141 | + <b>Version</b> 2.4.0 |
2137 | 2142 | </div> |
2138 | 2143 | <strong>Copyright © 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved. |
2139 | 2144 | </footer> |
|
0 commit comments