Browse Source

Added some hr's to put space at the bottom of container.

Rafał Pitoń 11 years ago
parent
commit
6032ca18bc
2 changed files with 4 additions and 0 deletions
  1. 2 0
      uiframework/alerts.html
  2. 2 0
      uiframework/form.html

+ 2 - 0
uiframework/alerts.html

@@ -150,6 +150,8 @@
 
 
         <a href="#" class="demo-fixed btn btn-success">Fixed</a>
         <a href="#" class="demo-fixed btn btn-success">Fixed</a>
 
 
+        <hr>
+
     </div><!-- /.container -->
     </div><!-- /.container -->
 
 
 
 

+ 2 - 0
uiframework/form.html

@@ -187,6 +187,8 @@
 
 
         <p>Form page template with kitchen sink.</p>
         <p>Form page template with kitchen sink.</p>
 
 
+        <hr>
+
     </div><!-- /.container -->
     </div><!-- /.container -->