Fixed box-footer insted of footer's class.

master
Dorin Brage 2015-09-11 10:47:26 +02:00
parent e0151f53a5
commit 84bf8dce17
1 changed files with 4 additions and 4 deletions

@ -11,7 +11,7 @@ The box component is used for variety of reasons. Mainly used to hold content of
<!-- main content --> <!-- main content -->
Box body Box body
</div> </div>
<div class="footer"> <div class="box-footer">
Box footer Box footer
</div> </div>
</div> </div>
@ -37,7 +37,7 @@ The box component is used for variety of reasons. Mainly used to hold content of
<!-- main content --> <!-- main content -->
Box body Box body
</div> </div>
<div class="footer"> <div class="box-footer">
Box footer Box footer
</div> </div>
</div> </div>
@ -54,7 +54,7 @@ The box component is used for variety of reasons. Mainly used to hold content of
<!-- main content --> <!-- main content -->
Box body Box body
</div> </div>
<div class="footer"> <div class="box-footer">
Box footer Box footer
</div> </div>
</div> </div>
@ -70,7 +70,7 @@ The box component is used for variety of reasons. Mainly used to hold content of
<!-- main content --> <!-- main content -->
Box body Box body
</div> </div>
<div class="footer"> <div class="box-footer">
Box footer Box footer
</div> </div>
</div> </div>