last input elements should not have margin

last input, fieldset, button elements should not have bottom margin
This commit is contained in:
Dzhakhar Ukhaev 2016-12-15 11:28:49 +06:00 committed by GitHub
parent 88f03612b0
commit 9b6ec2260c

3
css/skeleton.css vendored
View File

@ -391,6 +391,9 @@ hr {
display: table;
clear: both; }
input:last-of-type, fieldset:last-of-type, button:last-of-type {
margin-bottom: 0;
}
/* Media Queries
*/