last input elements should not have margin
last input, fieldset, button elements should not have bottom margin
This commit is contained in:
parent
88f03612b0
commit
9b6ec2260c
3
css/skeleton.css
vendored
3
css/skeleton.css
vendored
@ -391,6 +391,9 @@ hr {
|
|||||||
display: table;
|
display: table;
|
||||||
clear: both; }
|
clear: both; }
|
||||||
|
|
||||||
|
input:last-of-type, fieldset:last-of-type, button:last-of-type {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Media Queries
|
/* Media Queries
|
||||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||||
|
Loading…
Reference in New Issue
Block a user