diff --git a/documentation/build/include/components.html b/documentation/build/include/components.html
index 2e7dbd387..96eceb59b 100644
--- a/documentation/build/include/components.html
+++ b/documentation/build/include/components.html
@@ -464,7 +464,8 @@
   <!-- ----------------------------------------------------------- -->
 
   <h3 id="component-info-box">Info Box</h3>
-  <p class="lead">Info boxes are used to display statistical snippets. There are two types of info boxes. Example of the first type:</p>
+  <p class="lead">Info boxes are used to display statistical snippets. There are two types of info boxes.</p>
+  <h4>First Type of Info Boxes</h4>
   <!-- Info Boxes -->
   <div class="row">
     <div class="col-md-3 col-sm-6 col-xs-12">
diff --git a/documentation/build/index.html b/documentation/build/index.html
index 517d943c5..dfd85d10d 100644
--- a/documentation/build/index.html
+++ b/documentation/build/index.html
@@ -83,7 +83,7 @@
         <div class="content-header">
           <h1>
             AdminLTE Documentation
-            <small>Current version 2.0</small>
+            <small>Current version 2.0.2</small>
           </h1>
           <ol class="breadcrumb">
             <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
diff --git a/documentation/index.html b/documentation/index.html
index e64c9f771..7528008b2 100644
--- a/documentation/index.html
+++ b/documentation/index.html
@@ -83,7 +83,7 @@
         <div class="content-header">
           <h1>
             AdminLTE Documentation
-            <small>Current version 2.0</small>
+            <small>Current version 2.0.2</small>
           </h1>
           <ol class="breadcrumb">
             <li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
@@ -1100,7 +1100,8 @@
             <!-- ----------------------------------------------------------- -->
 
             <h3 id="component-info-box">Info Box</h3>
-            <p class="lead">Info boxes are used to display statistical snippets. There are two types of info boxes. Example of the first type:</p>
+            <p class="lead">Info boxes are used to display statistical snippets. There are two types of info boxes.</p>
+            <h4>First Type of Info Boxes</h4>
             <!-- Info Boxes -->
             <div class="row">
               <div class="col-md-3 col-sm-6 col-xs-12">
diff --git a/documentation/style.css b/documentation/style.css
index 46ade6cb4..0adde60e9 100644
--- a/documentation/style.css
+++ b/documentation/style.css
@@ -11,6 +11,7 @@
   border-bottom: 1px solid #dedede;
   color: #000;
 }
+
 #components > h4 {
   font-size: 20px;
   color: #000;
@@ -35,6 +36,15 @@
   margin-right: 10px;
   color: #3c8dbc;
 }
+.page-header:before,
+#components > h3:before {
+  display: block; 
+  content: " "; 
+  margin-top: -60px; 
+  height: 60px; 
+  visibility: hidden; 
+}
+
 .lead {
   font-size: 18px;
   font-weight: 400;