diff options
| author | BigBlueHat - Web Manufacturer <[email protected]> | 2012-02-14 15:16:55 -0500 |
|---|---|---|
| committer | BigBlueHat - Web Manufacturer <[email protected]> | 2012-02-14 15:16:55 -0500 |
| commit | 18760393d7dbc3576622e1b99e2fbb5f973aa7d2 (patch) | |
| tree | e88a5496f2f6a448b3a4c694054a5a0e7a0a6a87 /less/forms.less | |
| parent | b0bd3efc4a5fba45020541115ec21ae7574442c7 (diff) | |
| download | bootstrap-18760393d7dbc3576622e1b99e2fbb5f973aa7d2.tar.xz bootstrap-18760393d7dbc3576622e1b99e2fbb5f973aa7d2.zip | |
Adding .clearfix() to .form-actions to allow for .pull-right button containers
Diffstat (limited to 'less/forms.less')
| -rw-r--r-- | less/forms.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less index 9c9a9b8a9..62f9fec00 100644 --- a/less/forms.less +++ b/less/forms.less @@ -324,6 +324,7 @@ select:focus:required:invalid { margin-bottom: @baseLineHeight; background-color: #f5f5f5; 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 |
