diff options
| author | Mark Otto <[email protected]> | 2012-02-22 11:15:44 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-22 11:15:44 -0800 |
| commit | 6f3b4b857f0d47d715a326a81aa0d4c47d28ea17 (patch) | |
| tree | 52b17cf364bccd586d3095873f071ff13dfd6be9 /less/forms.less | |
| parent | 7ec09d0db9b1117d708682a08efaa55045e6926e (diff) | |
| parent | 18760393d7dbc3576622e1b99e2fbb5f973aa7d2 (diff) | |
| download | bootstrap-6f3b4b857f0d47d715a326a81aa0d4c47d28ea17.tar.xz bootstrap-6f3b4b857f0d47d715a326a81aa0d4c47d28ea17.zip | |
Merge branch 'clearfix-ing-form-actions' of https://github.com/couchbaselabs/bootstrap into couchbaselabs-clearfix-ing-form-actions
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 0a5fa2b86..8435e43df 100644 --- a/less/forms.less +++ b/less/forms.less @@ -316,6 +316,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 |
