Jelajahi Sumber

Updated list of skins and removed whitespace from end of lines

freezy 9 tahun lalu
induk
melakukan
8adf3ef9e8
1 mengubah file dengan 16 tambahan dan 10 penghapusan
  1. 16 10
      documentation/index.html

+ 16 - 10
documentation/index.html

@@ -70,7 +70,7 @@
                 <li><a href='#component-main-header'>Main Header</a></li>
                 <li><a href='#component-sidebar'>Sidebar</a></li>
                 <li><a href='#component-control-sidebar'>Control Sidebar</a></li>
-                <li><a href='#component-info-box'>Info Box</a></li>                
+                <li><a href='#component-info-box'>Info Box</a></li>
                 <li><a href='#component-box'>Boxes</a></li>
                 <li><a href='#component-direct-chat'>Direct Chat</a></li>
               </ul>
@@ -217,7 +217,7 @@ AdminLTE/
   <div class="callout callout-danger lead">
     <h4>Tip!</h4>
     <p>The <a href="../starter.html">starter page</a> is a good place to start building your app if you'd like to start from scratch.</p>
-  </div>  
+  </div>
 
   <h3>Layout Options</h3>
   <p class="lead">AdminLTE 2.0 provides a set of options to apply to your main layout. Each on of these classes can be added
@@ -236,11 +236,17 @@ AdminLTE/
     class to the body tag to change the template's appearance. Here is the list of available skins:</p>
   <ul class="bring-up">
     <li><code>skin-blue</code></li>
+    <li><code>skin-blue-light</code></li>
     <li><code>skin-yellow</code></li>
+    <li><code>skin-yellow-light</code></li>
     <li><code>skin-purple</code></li>
+    <li><code>skin-purple-light</code></li>
     <li><code>skin-green</code></li>
+    <li><code>skin-green-light</code></li>
     <li><code>skin-red</code></li>
+    <li><code>skin-red-light</code></li>
     <li><code>skin-black</code></li>
+    <li><code>skin-black-light</code></li>
   </ul>
 </section>
 
@@ -269,7 +275,7 @@ AdminLTE/
   };
 &LT;/script>
 &LT;script src='dist/js/app.js' type='text/javascript'>&LT;/script></code></pre>
-  
+
   <h3>Available AdminLTE Options</h3>
   <pre class='prettyprint'><code class='javascript'>{
   //Add slimscroll to navbar menus
@@ -835,7 +841,7 @@ AdminLTE/
   these methods can be set through the <a href="#adminlte-options">Javascript options</a>.</p>
   <p class="lead">The following code should be placed within the <code>.wrapper</code> div. I prefer
   to place it right after the footer.</p>
-  <p class="lead">Dark Sidebar Markup</p>  
+  <p class="lead">Dark Sidebar Markup</p>
 <pre class="prettyprint"><code class="lang-html">&LT;!-- The Right Sidebar -->
 &LT;aside class="control-sidebar control-sidebar-dark">
   &LT;!-- Content of the sidebar goes here -->
@@ -843,8 +849,8 @@ AdminLTE/
 &LT;!-- The sidebar's background -->
 &LT;!-- This div must placed right after the sidebar for it to work-->
 &LT;div class="control-sidebar-bg">&LT;/div></code></pre>
-  
-  <p class="lead">Light Sidebar Markup</p>  
+
+  <p class="lead">Light Sidebar Markup</p>
 <pre class="prettyprint"><code class="lang-html">&LT;!-- The Right Sidebar -->
 &LT;aside class="control-sidebar control-sidebar-light">
   &LT;!-- Content of the sidebar goes here -->
@@ -2007,14 +2013,14 @@ AdminLTE/
   <h2 class="page-header"><a href="#implementations">Implementations</a></h2>
   <p class="lead">Thanks to many of AdminLTE users, there are multiple implementations of the template
   for easy integration with back-end frameworks. The following are some of them:</p>
-  
+
   <ul class="">
     <li><a href="https://github.com/dmstr/yii2-adminlte-asset" target="_blank">Yii 2</a> by <a href="https://github.com/schmunk42" target="_blank">Tobias Munk</a></li>
     <li><a href="https://github.com/yajra/laravel-admin-template" target="_blank">Laravel</a> by <a href="https://github.com/yajra" target="_blank">Arjay Angeles</a></li>
-    <li><a href="https://github.com/avanzu/AdminThemeBundle" target="_blank">Symfony</a> by <a href="https://github.com/avanzu" target="_blank">Marc Bach</a></li>    
+    <li><a href="https://github.com/avanzu/AdminThemeBundle" target="_blank">Symfony</a> by <a href="https://github.com/avanzu" target="_blank">Marc Bach</a></li>
     <li><a href="https://github.com/nicolas-besnard/adminlte2-rails" target="_blank">Rails Gem</a> by <a href="https://github.com/nicolas-besnard" target="_blank">Nicolas Besnard</a></li>
   </ul>
-  
+
   <p><b class="text-red">Note:</b> these implementations are not supported by Almsaeed Studio. However,
     they do provide a good example of how to integrate AdminLTE into different frameworks. For the latest release
     of AdminLTE, please visit our <a href="https://github.com/almasaeed2010/AdminLTE">repository</a> or <a href="https://almsaeedstudio.com">website</a></p>
@@ -2114,7 +2120,7 @@ AdminLTE/
     <!-- Bootstrap 3.3.2 JS -->
     <script src="../bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
     <!-- FastClick -->
-    <script src='../plugins/fastclick/fastclick.min.js'></script>    
+    <script src='../plugins/fastclick/fastclick.min.js'></script>
     <!-- AdminLTE App -->
     <script src="../dist/js/app.min.js" type="text/javascript"></script>
     <!-- SlimScroll 1.3.0 -->