From 9b6ec2260c44dc3b7fd4bbb7062191bee8a12391 Mon Sep 17 00:00:00 2001 From: Dzhakhar Ukhaev Date: Thu, 15 Dec 2016 11:28:49 +0600 Subject: [PATCH] last input elements should not have margin last input, fieldset, button elements should not have bottom margin --- css/skeleton.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/skeleton.css b/css/skeleton.css index f28bf6c..10ef066 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -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 –––––––––––––––––––––––––––––––––––––––––––––––––– */