Merge pull request #235 from homebysix/master

Fixed a few typos.
This commit is contained in:
Abdullah Almsaeed 2015-02-14 17:08:57 -05:00
commit 78ac2fe031
5 changed files with 42 additions and 40 deletions

View file

@ -315,12 +315,12 @@ AdminLTE/
<ul>
<li><b>AdminLTE is based on <a href="http://getbootstrap.com/" target="_blank">Bootstrap 3</a>.</b> If you are unfamiliar with Bootstrap, visit their website and read through the documentation. All of Bootstrap components have been modified to fit the style of AdminLTE and provide a consistent look throughout the template. This way, we guarantee you will get the best of AdminLTE.</li>
<li><b>Go through the pages that are bundled with the theme.</b> Most of the template example pages contain quick tips on how to create or use a component which can be really helpful when you need to create something on the fly.</li>
<li><b>Documentation.</b> We are trying our best to make your experience with AdminLTE be smooth. One way to achieve that is to provide documentation and support. If you think that something is missing from the documentation, please do not hesitate to create an issue to tell us about it. Also, if you would like to contribute, email the support team at support@almsaeedstudio.com.</li>
<li><b>Built with <a href="http://lesscss.org/" target="_blank">LESS</a>.</b> This theme uses the LESS compiler to make it easier to customize and use. LESS is easy to learn if you know css or SASS. It is not necessary to learn LESS but it will benefit you a lot in the future.</li>
<li><b>Documentation.</b> We are trying our best to make your experience with AdminLTE be smooth. One way to achieve that is to provide documentation and support. If you think that something is missing from the documentation, please do not hesitate to create an issue to tell us about it. Also, if you would like to contribute, email the support team at <a href="mailto:support@almsaeedstudio.com">support@almsaeedstudio.com</a>.</li>
<li><b>Built with <a href="http://lesscss.org/" target="_blank">LESS</a>.</b> This theme uses the LESS compiler to make it easier to customize and use. LESS is easy to learn if you know CSS or SASS. It is not necessary to learn LESS but it will benefit you a lot in the future.</li>
<li><b>Hosted on <a href="https://github.com/almasaeed2010/AdminLTE/" target="_blank">GitHub</a>.</b> Visit our GitHub repository to view issues, make requests, or contribute to the project.</li>
</ul>
<p>
<b>Note:</b> LESS files are better commented than the compiled css file.
<b>Note:</b> LESS files are better commented than the compiled CSS file.
</p>
</section>
@ -1024,7 +1024,7 @@ AdminLTE/
<h4>Solid Box</h4>
<p class="lead">Solid Boxes are alternative ways to display boxes.
They can be created by simply adding th box-solid class to the box component.
They can be created by simply adding the box-solid class to the box component.
You may also use contextual classes with you solid boxes.</p>
<div class="row">
<div class="col-md-4">
@ -1241,10 +1241,12 @@ AdminLTE/
<li>Your use of the item may extend to multiple installations.
<li>You may use the item in work which you are creating for your own purposes or for your clients.
<li>You may license, sublicense, redistribute, or resell the item in the following circumstances:
<li>The item is incorporated into a larger work you have created; or
<li>If you modify the item and resell the end product.
<li>If the item contains licensed components, those components must only be used within the item and you must not extract and use them on a stand-alone basis.
<li>If the item was created using materials which are the subject of a GNU General Public License (GPL), your use of the item is subject to the terms of the GPL in place of the foregoing conditions (to the extent the GPL applies).
<ul>
<li>The item is incorporated into a larger work you have created; or
<li>If you modify the item and resell the end product.
<li>If the item contains licensed components, those components must only be used within the item and you must not extract and use them on a stand-alone basis.
<li>If the item was created using materials which are the subject of a GNU General Public License (GPL), your use of the item is subject to the terms of the GPL in place of the foregoing conditions (to the extent the GPL applies).
</ul>
</ul>
</section>
</div><!-- /.content -->

View file

@ -1081,7 +1081,7 @@
<img src="dist/img/default-50x50.gif" alt="Product Image"/>
</div>
<div class="product-info">
<a href="javascript::;" class="product-title">Playstation 4 <span class="label label-success pull-right">$399</span></a>
<a href="javascript::;" class="product-title">PlayStation 4 <span class="label label-success pull-right">$399</span></a>
<span class="product-description">
PlayStation 4 500GB Console (PS4)
</span>

View file

@ -797,7 +797,7 @@
</div>
<div class="box-body">
<!-- Split button -->
<p>Normal slplit buttons:</p>
<p>Normal split buttons:</p>
<div class="margin">
<div class="btn-group">
<button type="button" class="btn btn-default">Action</button>

View file

@ -21,19 +21,19 @@
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<style>
.color-pallete {
.color-palette {
height: 50px;
line-height: 50px;
text-align: center;
}
.color-pallete-set {
.color-palette-set {
margin-bottom: 15px;
}
.color-pallete span {
.color-palette span {
display: none;
}
.color-pallete:hover span {
.color-palette:hover span {
display: block;
}
</style>
@ -465,56 +465,56 @@
<section class="content">
<div class='box box-default'>
<div class='box-header with-border'>
<h3 class='box-title'><i class="fa fa-tag"></i> Color Pallete</h3>
<h3 class='box-title'><i class="fa fa-tag"></i> Color Palette</h3>
</div>
<div class='box-body'>
<div class='row'>
<div class='col-sm-4 col-md-2'>
<h4 class='text-center'>Primary</h4>
<div class='color-pallete-set'>
<div class='bg-light-blue disabled color-pallete'><span>Disabled</span></div>
<div class='bg-light-blue color-pallete'><span>#3c8dbc</span></div>
<div class='bg-light-blue-active color-pallete'><span>Active</span></div>
<div class='color-palette-set'>
<div class='bg-light-blue disabled color-palette'><span>Disabled</span></div>
<div class='bg-light-blue color-palette'><span>#3c8dbc</span></div>
<div class='bg-light-blue-active color-palette'><span>Active</span></div>
</div>
</div><!-- /.col -->
<div class='col-sm-4 col-md-2'>
<h4 class='text-center'>Info</h4>
<div class='color-pallete-set'>
<div class='bg-aqua disabled color-pallete'><span>Disabled</span></div>
<div class='bg-aqua color-pallete'><span>#00c0ef</span></div>
<div class='bg-aqua-active color-pallete'><span>Active</span></div>
<div class='color-palette-set'>
<div class='bg-aqua disabled color-palette'><span>Disabled</span></div>
<div class='bg-aqua color-palette'><span>#00c0ef</span></div>
<div class='bg-aqua-active color-palette'><span>Active</span></div>
</div>
</div><!-- /.col -->
<div class='col-sm-4 col-md-2'>
<h4 class='text-center'>Success</h4>
<div class='color-pallete-set'>
<div class='bg-green disabled color-pallete'><span>Disabled</span></div>
<div class='bg-green color-pallete'><span>#00a65a</span></div>
<div class='bg-green-active color-pallete'><span>Active</span></div>
<div class='color-palette-set'>
<div class='bg-green disabled color-palette'><span>Disabled</span></div>
<div class='bg-green color-palette'><span>#00a65a</span></div>
<div class='bg-green-active color-palette'><span>Active</span></div>
</div>
</div><!-- /.col -->
<div class='col-sm-4 col-md-2'>
<h4 class='text-center'>Warning</h4>
<div class='color-pallete-set'>
<div class='bg-yellow disabled color-pallete'><span>Disabled</span></div>
<div class='bg-yellow color-pallete'><span>#f39c12</span></div>
<div class='bg-yellow-active color-pallete'><span>Active</span></div>
<div class='color-palette-set'>
<div class='bg-yellow disabled color-palette'><span>Disabled</span></div>
<div class='bg-yellow color-palette'><span>#f39c12</span></div>
<div class='bg-yellow-active color-palette'><span>Active</span></div>
</div>
</div><!-- /.col -->
<div class='col-sm-4 col-md-2'>
<h4 class='text-center'>Danger</h4>
<div class='color-pallete-set'>
<div class='bg-red disabled color-pallete'><span>Disabled</span></div>
<div class='bg-red color-pallete'><span>#f56954</span></div>
<div class='bg-red-active color-pallete'><span>Active</span></div>
<div class='color-palette-set'>
<div class='bg-red disabled color-palette'><span>Disabled</span></div>
<div class='bg-red color-palette'><span>#f56954</span></div>
<div class='bg-red-active color-palette'><span>Active</span></div>
</div>
</div><!-- /.col -->
<div class='col-sm-4 col-md-2'>
<h4 class='text-center'>Gray</h4>
<div class='color-pallete-set'>
<div class='bg-gray disabled color-pallete'><span>Disabled</span></div>
<div class='bg-gray color-pallete'><span>#d2d6de</span></div>
<div class='bg-gray-active color-pallete'><span>Active</span></div>
<div class='color-palette-set'>
<div class='bg-gray disabled color-palette'><span>Disabled</span></div>
<div class='bg-gray color-palette'><span>#d2d6de</span></div>
<div class='bg-gray-active color-palette'><span>Active</span></div>
</div>
</div><!-- /.col -->
</div><!-- /.row -->

View file

@ -465,7 +465,7 @@
<i class="fa fa-envelope bg-blue"></i>
<div class="timeline-item">
<span class="time"><i class="fa fa-clock-o"></i> 12:05</span>
<h3 class="timeline-header"><a href="#">Support Team</a> sent you and email</h3>
<h3 class="timeline-header"><a href="#">Support Team</a> sent you an email</h3>
<div class="timeline-body">
Etsy doostang zoodles disqus groupon greplin oooj voxy zoodles,
weebly ning heekya handango imeem plugg dopplr jibjab, movity