From 99b580300833804d479a1b56843fe5be4fd05971 Mon Sep 17 00:00:00 2001 From: Abdullah Almsaeed Date: Wed, 25 Feb 2015 10:00:48 -0500 Subject: [PATCH] Updated upgrade guide notes --- documentation/index.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/documentation/index.html b/documentation/index.html index 6d8ddf655..9b6c36ad2 100755 --- a/documentation/index.html +++ b/documentation/index.html @@ -27,8 +27,8 @@ font-weight: 500; } .content-wrapper { - background: #f4f5f7; padding: 0 10px; + font-size: 14px; } .page-header { border: 0; @@ -53,7 +53,7 @@ .page-header span { z-index: 5; display: inline-block; - background-color: #f4f5f7; + background-color: #ecf0f5; padding-right: 10px; } .page-header::before { @@ -1498,7 +1498,7 @@ AdminLTE/

Labels

- 8 New Messages + Some Label
@@ -1649,6 +1649,9 @@ AdminLTE/

To upgrade from version 1.x to the lateset version, follow this guide.

+

New Files

+

Make sure you update all CSS and JS files that are related to AdminLTE. Otherwise, the layout will not + function properly. Most important files are AdminLTE.css, skins CSS files, and app.js.

Layout Changes

  1. The .wrapper div must be placed immediately after the body tag rather than after the header