From f9dd4c654e2d9b9be0d786bb0771bea53c3ba8ea Mon Sep 17 00:00:00 2001 From: Kyle Coburn Date: Sun, 19 Aug 2018 15:45:18 -0700 Subject: [PATCH] Standardize formatting --- css/preflight.css | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/css/preflight.css b/css/preflight.css index 5a659ac01..e028bba5b 100644 --- a/css/preflight.css +++ b/css/preflight.css @@ -459,16 +459,22 @@ button, border-radius: 0; } -textarea { resize: vertical; } - -img { max-width: 100%; height: auto; } - -input::placeholder, textarea::placeholder { - color: inherit; - opacity: .5; +textarea { + resize: vertical; } -button, [role=button] { +img { + max-width: 100%; height: auto; +} + +input::placeholder, +textarea::placeholder { + color: inherit; + opacity: 0.5; +} + +button, +[role=button] { cursor: pointer; }