mirror of https://github.com/ColorlibHQ/AdminLTE
Fixed box-footer insted of footer's class.
parent
e0151f53a5
commit
84bf8dce17
|
@ -11,7 +11,7 @@ The box component is used for variety of reasons. Mainly used to hold content of
|
|||
<!-- main content -->
|
||||
Box body
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="box-footer">
|
||||
Box footer
|
||||
</div>
|
||||
</div>
|
||||
|
@ -37,7 +37,7 @@ The box component is used for variety of reasons. Mainly used to hold content of
|
|||
<!-- main content -->
|
||||
Box body
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="box-footer">
|
||||
Box footer
|
||||
</div>
|
||||
</div>
|
||||
|
@ -54,7 +54,7 @@ The box component is used for variety of reasons. Mainly used to hold content of
|
|||
<!-- main content -->
|
||||
Box body
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="box-footer">
|
||||
Box footer
|
||||
</div>
|
||||
</div>
|
||||
|
@ -70,7 +70,7 @@ The box component is used for variety of reasons. Mainly used to hold content of
|
|||
<!-- main content -->
|
||||
Box body
|
||||
</div>
|
||||
<div class="footer">
|
||||
<div class="box-footer">
|
||||
Box footer
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue