2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

Drop .form-actions

This commit is contained in:
Mark Otto
2013-05-16 18:46:12 -07:00
parent d2b588b10e
commit c73588b313
4 changed files with 0 additions and 57 deletions
-13
View File
@@ -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
// ---------