Bump version up
This commit is contained in:
@@ -163,7 +163,7 @@ include "license.html"
|
||||
|
||||
<footer class="main-footer">
|
||||
<div class="pull-right hidden-xs">
|
||||
<b>Version</b> 2.3.11
|
||||
<b>Version</b> 2.4.0
|
||||
</div>
|
||||
<strong>Copyright © 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved.
|
||||
</footer>
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body class="skin-blue fixed" data-spy="scroll" data-target="#scrollspy">
|
||||
<body class="skin-blue" data-spy="scroll" data-target="#scrollspy">
|
||||
<div class="wrapper">
|
||||
|
||||
<header class="main-header">
|
||||
@@ -102,6 +102,11 @@
|
||||
|
||||
<!-- Main content -->
|
||||
<div class="content body">
|
||||
<p class="lead">
|
||||
This documentation is for versions 2.3 and under.
|
||||
If you are looking for documentation for version 2.4 and above,
|
||||
please visit <a href="https://almsaeedstudio.com/adminlte-docs">our online documentation</a>.
|
||||
</p>
|
||||
|
||||
<section id="introduction">
|
||||
<h2 class="page-header"><a href="#introduction">Introduction</a></h2>
|
||||
@@ -233,7 +238,7 @@ AdminLTE/
|
||||
|
||||
<h3>Skins</h3>
|
||||
<p class="lead">Skins can be found in the dist/css/skins folder.
|
||||
Choose and the skin file that you want then add the appropriate
|
||||
Choose the skin file that you want and then add the appropriate
|
||||
class to the body tag to change the template's appearance. Here is the list of available skins:</p>
|
||||
<div class="box box-solid" style="max-width: 300px;">
|
||||
<div class="box-body no-padding">
|
||||
@@ -335,7 +340,7 @@ AdminLTE/
|
||||
navbarMenuSlimscrollWidth: "3px", //The width of the scroll bar
|
||||
navbarMenuHeight: "200px", //The height of the inner menu
|
||||
//General animation speed for JS animated elements such as box collapse/expand and
|
||||
//sidebar treeview slide up/down. This options accepts an integer as milliseconds,
|
||||
//sidebar treeview slide up/down. This option accepts an integer as milliseconds,
|
||||
//'fast', 'normal', or 'slow'
|
||||
animationSpeed: 500,
|
||||
//Sidebar push menu toggle button selector
|
||||
@@ -452,7 +457,7 @@ AdminLTE/
|
||||
<h3 id="component-main-header">Main Header</h3>
|
||||
<p class="lead">The main header contains the logo and navbar. Construction of the
|
||||
navbar differs slightly from Bootstrap because it has components that Bootstrap doesn't provide.
|
||||
The navbar can be constructed in two way. This an example for the normal navbar and next we will provide an example for
|
||||
The navbar can be constructed in two ways. This is an example for the normal navbar and next we will provide an example for
|
||||
the top nav layout.</p>
|
||||
<div class="box box-solid">
|
||||
<div class="box-body" style="position: relative;">
|
||||
@@ -2133,7 +2138,7 @@ AdminLTE/
|
||||
|
||||
<footer class="main-footer">
|
||||
<div class="pull-right hidden-xs">
|
||||
<b>Version</b> 2.3.11
|
||||
<b>Version</b> 2.4.0
|
||||
</div>
|
||||
<strong>Copyright © 2014-2016 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved.
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user