aboutsummaryrefslogtreecommitdiff
path: root/less/forms.less
diff options
context:
space:
mode:
authorfat <[email protected]>2013-05-16 20:20:27 -0700
committerfat <[email protected]>2013-05-16 20:20:27 -0700
commit2433a076acc4dc318d238fd78361130a92e0a341 (patch)
tree86dbea11983b7a33fc8ca37036140162d937b6b3 /less/forms.less
parent140ef2320bbb96ad90b73a884d83198706affaf9 (diff)
parentbdd50228331128668be6e9cd68e1f6794b620243 (diff)
downloadbootstrap-2433a076acc4dc318d238fd78361130a92e0a341.tar.xz
bootstrap-2433a076acc4dc318d238fd78361130a92e0a341.zip
Merge branch '3.0.0-wip' of github.com:twitter/bootstrap into 3.0.0-wip
Diffstat (limited to 'less/forms.less')
-rw-r--r--less/forms.less13
1 files changed, 0 insertions, 13 deletions
diff --git a/less/forms.less b/less/forms.less
index 2c696945d..4e028bf49 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -295,19 +295,6 @@ select:focus:invalid {
-// FORM ACTIONS
-// ------------
-
-.form-actions {
- padding: @line-height-computed 20px;
- margin-top: @line-height-computed;
- margin-bottom: @line-height-computed;
- background-color: @form-actions-bg;
- border-top: 1px solid #e5e5e5;
- .clearfix(); // Adding clearfix to allow for .pull-right button containers
-}
-
-
// HELP TEXT
// ---------