From f45f1101b7216156d1da9d8054ca6b870c1510b5 Mon Sep 17 00:00:00 2001
From: Abdullah Almsaeed
Date: Sun, 17 May 2015 01:53:28 +0300
Subject: [PATCH] Fixed documentation typo #428
---
documentation/build/include/layout.html | 2 +-
documentation/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/documentation/build/include/layout.html b/documentation/build/include/layout.html
index 3e53d31b8..b35f82d7c 100644
--- a/documentation/build/include/layout.html
+++ b/documentation/build/include/layout.html
@@ -17,7 +17,7 @@
to the body tag to get the desired goal.
- Fixed: use the class
.fixed
to get a fixed header and sidebar.
- - Collapsed Sidebar: use the class
.collapsed-sidebar
to have a collapsed sidebar upon loading.
+ - Collapsed Sidebar: use the class
.sidebar-collapse
to have a collapsed sidebar upon loading.
- Boxed Layout: use the class
.layout-boxed
to get a boxed layout that stretches only to 1250px.
- Top Navigation use the class
.layout-top-nav
to remove the sidebar and have your links at the top navbar.
diff --git a/documentation/index.html b/documentation/index.html
index 9236bdcfe..015c978a5 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -224,7 +224,7 @@ AdminLTE/
to the body tag to get the desired goal.
- Fixed: use the class
.fixed
to get a fixed header and sidebar.
- - Collapsed Sidebar: use the class
.collapsed-sidebar
to have a collapsed sidebar upon loading.
+ - Collapsed Sidebar: use the class
.sidebar-collapse
to have a collapsed sidebar upon loading.
- Boxed Layout: use the class
.layout-boxed
to get a boxed layout that stretches only to 1250px.
- Top Navigation use the class
.layout-top-nav
to remove the sidebar and have your links at the top navbar.