Replace fieldset
elements with div.form-group
Move Staticman v2 comment logic above v1 as it will be deprecated soon.
This commit is contained in:
@ -253,6 +253,16 @@ select:focus {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
/*
|
||||
.form-group
|
||||
========================================================================== */
|
||||
|
||||
.form-group {
|
||||
margin-bottom: 5px;
|
||||
padding: 0;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
.form-inline
|
||||
|
Reference in New Issue
Block a user