bump version

pull/1932/head v2.4.5
Abdullah Almsaeed 2018-07-14 17:47:25 -04:00
parent c618c2814f
commit 89d24bd778
8 changed files with 12 additions and 12 deletions

View File

@ -1,5 +1,5 @@
/*! /*!
* AdminLTE v2.4.4 * AdminLTE v2.4.5
* Author: Almsaeed Studio * Author: Almsaeed Studio
* Website: Almsaeed Studio <https://adminlte.io> * Website: Almsaeed Studio <https://adminlte.io>
* License: Open source - MIT * License: Open source - MIT

View File

@ -1,5 +1,5 @@
/*! /*!
* AdminLTE v2.4.4 * AdminLTE v2.4.5
* Author: Almsaeed Studio * Author: Almsaeed Studio
* Website: Almsaeed Studio <https://adminlte.io> * Website: Almsaeed Studio <https://adminlte.io>
* License: Open source - MIT * License: Open source - MIT
@ -46,7 +46,7 @@ body {
position: relative; position: relative;
} }
.layout-boxed { .layout-boxed {
background: url('../img/boxed-bg.jpg') repeat fixed; background-color: #f9fafc;
} }
/* /*
* Content Wrapper - contains the main content * Content Wrapper - contains the main content
@ -692,7 +692,7 @@ a:focus {
padding-top: 50px; padding-top: 50px;
z-index: 1010; z-index: 1010;
} }
@media (max-width: 768px) { @media (max-width: 767px) {
.control-sidebar { .control-sidebar {
padding-top: 100px; padding-top: 100px;
} }

File diff suppressed because one or more lines are too long

View File

@ -46,7 +46,7 @@ body {
position: relative; position: relative;
} }
.layout-boxed { .layout-boxed {
background: url('../img/boxed-bg.jpg') repeat fixed; background-color: #f9fafc;
} }
/* /*
* Content Wrapper - contains the main content * Content Wrapper - contains the main content
@ -692,7 +692,7 @@ a:focus {
padding-top: 50px; padding-top: 50px;
z-index: 1010; z-index: 1010;
} }
@media (max-width: 768px) { @media (max-width: 767px) {
.control-sidebar { .control-sidebar {
padding-top: 100px; padding-top: 100px;
} }

File diff suppressed because one or more lines are too long

2
dist/js/adminlte.js vendored
View File

@ -7,7 +7,7 @@
* @Author Almsaeed Studio * @Author Almsaeed Studio
* @Support <https://www.almsaeedstudio.com> * @Support <https://www.almsaeedstudio.com>
* @Email <abdullah@almsaeedstudio.com> * @Email <abdullah@almsaeedstudio.com>
* @version 2.4.4 * @version 2.4.5
* @repository git://github.com/almasaeed2010/AdminLTE.git * @repository git://github.com/almasaeed2010/AdminLTE.git
* @license MIT <http://opensource.org/licenses/MIT> * @license MIT <http://opensource.org/licenses/MIT>
*/ */

View File

@ -7,7 +7,7 @@
* @Author Almsaeed Studio * @Author Almsaeed Studio
* @Support <https://www.almsaeedstudio.com> * @Support <https://www.almsaeedstudio.com>
* @Email <abdullah@almsaeedstudio.com> * @Email <abdullah@almsaeedstudio.com>
* @version 2.4.4 * @version 2.4.5
* @repository git://github.com/almasaeed2010/AdminLTE.git * @repository git://github.com/almasaeed2010/AdminLTE.git
* @license MIT <http://opensource.org/licenses/MIT> * @license MIT <http://opensource.org/licenses/MIT>
*/ */

View File

@ -1,6 +1,6 @@
{ {
"name": "admin-lte", "name": "admin-lte",
"version": "2.4.4", "version": "2.4.5",
"main": "dist/js/adminlte.min.js", "main": "dist/js/adminlte.min.js",
"repository": { "repository": {
"type": "git", "type": "git",