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