mirror of https://github.com/ColorlibHQ/AdminLTE
Updated documentation
parent
cdb3d56c38
commit
5c93ffc613
|
@ -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">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue