diff --git a/less/tests/css-tests.html b/less/tests/css-tests.html
index d7bca7b0f0f92134a555a0ccb45ff5bcf1381ced..6786454cc7ea744443115cf97bdaf21b096f012a 100644
--- a/less/tests/css-tests.html
+++ b/less/tests/css-tests.html
@@ -1033,6 +1033,7 @@
   </div>
 </div> <!-- /tabbable -->
 
+<br>
 
 
 <!-- Labels
@@ -1059,13 +1060,14 @@
   </div><!--/span-->
 </div><!--/row-->
 
+<br>
 
 
 <!-- Button groups
 ================================================== -->
 
 <div class="page-header">
-  <h1>Button groups</h1>
+  <h1>Buttons</h1>
 </div>
 
 <table class="table table-bordered">
@@ -1086,6 +1088,14 @@
   </tbody>
 </table>
 
+<h4>Mini buttons: text and icon</h4>
+<div class="btn-group">
+  <button class="btn btn-mini">Button text</button>
+  <button class="btn btn-mini"><i class="icon-cog"></i></button>
+</div>
+
+<br>
+
 
 
 <!-- Responsive utility classes