mirror of https://github.com/ColorlibHQ/AdminLTE
Fixed indentation issue with code examples
parent
59e2ba0e17
commit
41dbb2f9c1
|
@ -1,12 +1,12 @@
|
||||||
<section id='browsers'>
|
<section id='browsers'>
|
||||||
<h2 class='page-header'><span>Browser Support</span></h2>
|
<h2 class='page-header'><span>Browser Support</span></h2>
|
||||||
<p class="lead">AdminLTE supports the following browsers:</p>
|
<p class="lead">AdminLTE supports the following browsers:</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>IE9+</li>
|
<li>IE9+</li>
|
||||||
<li>FireFox (latest)</li>
|
<li>FireFox (latest)</li>
|
||||||
<li>Safari (latest)</li>
|
<li>Safari (latest)</li>
|
||||||
<li>Chrome (latest)</li>
|
<li>Chrome (latest)</li>
|
||||||
<li>Opera (latest)</li>
|
<li>Opera (latest)</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p><b>Note:</b> IE9 does not support transitions or animations. The template will function properly but it won't use animations/transitions on IE9.</p>
|
<p><b>Note:</b> IE9 does not support transitions or animations. The template will function properly but it won't use animations/transitions on IE9.</p>
|
||||||
</section>
|
</section>
|
|
@ -406,8 +406,7 @@
|
||||||
</div><!-- /.navbar-collapse -->
|
</div><!-- /.navbar-collapse -->
|
||||||
</div><!-- /.container-fluid -->
|
</div><!-- /.container-fluid -->
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header></pre>
|
||||||
</pre>
|
|
||||||
|
|
||||||
<!-- ----------------------------------------------------------- -->
|
<!-- ----------------------------------------------------------- -->
|
||||||
|
|
||||||
|
@ -1363,9 +1362,9 @@
|
||||||
</div><!-- /.box-footer-->
|
</div><!-- /.box-footer-->
|
||||||
</div><!--/.direct-chat -->
|
</div><!--/.direct-chat -->
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
<p>Of course you can use direct chat with a solid box by adding the class <code>solid-box</code> to the box. Here are a couple of examples:</p>
|
<p>Of course you can use direct chat with a solid box by adding the class <code>solid-box</code> to the box. Here are a couple of examples:</p>
|
||||||
|
|
||||||
<!-- Direct Chat With Solid Boxes -->
|
<!-- Direct Chat With Solid Boxes -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
|
|
|
@ -97,47 +97,47 @@
|
||||||
<h4>Warning!</h4>
|
<h4>Warning!</h4>
|
||||||
This documentation is under development. Some information may change as the progress of creating the documentation continues.
|
This documentation is under development. Some information may change as the progress of creating the documentation continues.
|
||||||
</div>
|
</div>
|
||||||
include "introduction.html"
|
include "introduction.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "download.html"
|
include "download.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "dependencies.html"
|
include "dependencies.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "advice.html"
|
include "advice.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "layout.html"
|
include "layout.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "components.html"
|
include "components.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "plugins.html"
|
include "plugins.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "browsers.html"
|
include "browsers.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "upgrade.html"
|
include "upgrade.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "faq.html"
|
include "faq.html"
|
||||||
|
|
||||||
<!-- ============================================================= -->
|
<!-- ============================================================= -->
|
||||||
|
|
||||||
include "license.html"
|
include "license.html"
|
||||||
|
|
||||||
</div><!-- /.content -->
|
</div><!-- /.content -->
|
||||||
</div><!-- /.content-wrapper -->
|
</div><!-- /.content-wrapper -->
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue