mirror of
https://github.com/pi-hole/web.git
synced 2026-04-30 13:41:25 +01:00
Merge pull request #436 from freezy-sk/doc-skins
Updated list of skins with skin switch and removed whitespace from end of lines
This commit is contained in:
@@ -465,7 +465,7 @@
|
||||
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"><!-- The Right Sidebar -->
|
||||
<aside class="control-sidebar control-sidebar-dark">
|
||||
<!-- Content of the sidebar goes here -->
|
||||
@@ -473,8 +473,8 @@
|
||||
<!-- The sidebar's background -->
|
||||
<!-- This div must placed right after the sidebar for it to work-->
|
||||
<div class="control-sidebar-bg"></div></code></pre>
|
||||
|
||||
<p class="lead">Light Sidebar Markup</p>
|
||||
|
||||
<p class="lead">Light Sidebar Markup</p>
|
||||
<pre class="prettyprint"><code class="lang-html"><!-- The Right Sidebar -->
|
||||
<aside class="control-sidebar control-sidebar-light">
|
||||
<!-- Content of the sidebar goes here -->
|
||||
|
||||
Reference in New Issue
Block a user