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>
|
<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 -->
|
<!-- Info Boxes -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-3 col-sm-6 col-xs-12">
|
<div class="col-md-3 col-sm-6 col-xs-12">
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
<div class="content-header">
|
<div class="content-header">
|
||||||
<h1>
|
<h1>
|
||||||
AdminLTE Documentation
|
AdminLTE Documentation
|
||||||
<small>Current version 2.0</small>
|
<small>Current version 2.0.2</small>
|
||||||
</h1>
|
</h1>
|
||||||
<ol class="breadcrumb">
|
<ol class="breadcrumb">
|
||||||
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
|
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
|
||||||
|
|
|
@ -83,7 +83,7 @@
|
||||||
<div class="content-header">
|
<div class="content-header">
|
||||||
<h1>
|
<h1>
|
||||||
AdminLTE Documentation
|
AdminLTE Documentation
|
||||||
<small>Current version 2.0</small>
|
<small>Current version 2.0.2</small>
|
||||||
</h1>
|
</h1>
|
||||||
<ol class="breadcrumb">
|
<ol class="breadcrumb">
|
||||||
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
|
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
|
||||||
|
@ -1100,7 +1100,8 @@
|
||||||
<!-- ----------------------------------------------------------- -->
|
<!-- ----------------------------------------------------------- -->
|
||||||
|
|
||||||
<h3 id="component-info-box">Info Box</h3>
|
<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 -->
|
<!-- Info Boxes -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-3 col-sm-6 col-xs-12">
|
<div class="col-md-3 col-sm-6 col-xs-12">
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
border-bottom: 1px solid #dedede;
|
border-bottom: 1px solid #dedede;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
#components > h4 {
|
#components > h4 {
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
@ -35,6 +36,15 @@
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
color: #3c8dbc;
|
color: #3c8dbc;
|
||||||
}
|
}
|
||||||
|
.page-header:before,
|
||||||
|
#components > h3:before {
|
||||||
|
display: block;
|
||||||
|
content: " ";
|
||||||
|
margin-top: -60px;
|
||||||
|
height: 60px;
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
.lead {
|
.lead {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
Loading…
Reference in New Issue