0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

Merge branch 'couchbaselabs-clearfix-ing-form-actions' into 2.0.2-wip

This commit is contained in:
Mark Otto 2012-02-22 11:15:53 -08:00
commit 0ed6d3b28e

View File

@ -316,6 +316,7 @@ select:focus:required:invalid {
margin-bottom: @baseLineHeight; margin-bottom: @baseLineHeight;
background-color: #f5f5f5; background-color: #f5f5f5;
border-top: 1px solid #ddd; border-top: 1px solid #ddd;
.clearfix(); // Adding clearfix to allow for .pull-right button containers
} }
// For text that needs to appear as an input but should not be an input // For text that needs to appear as an input but should not be an input