From 6391b00124ecc4754489c25fa3c80c0886d90b1c Mon Sep 17 00:00:00 2001 From: James Stahl Date: Mon, 16 Oct 2017 14:23:45 -0500 Subject: [PATCH] Task #91: #91: fix the site messaging icons --- css/styles.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/css/styles.css b/css/styles.css index 8cba554..8a60813 100755 --- a/css/styles.css +++ b/css/styles.css @@ -1784,6 +1784,10 @@ input[type="submit"][disabled] { background-color: #48AC2C; } +.success p:last-of-type { + padding: .5em; +} + .success p:last-of-type, .success ul:last-of-type { margin-bottom: 0; @@ -1832,6 +1836,10 @@ input[type="submit"][disabled] { background-color: #DDD; } +.info p:last-of-type { + padding: .5em; +} + .info p:last-of-type, .info ul:last-of-type { margin-bottom: 0; @@ -1872,6 +1880,10 @@ input[type="submit"][disabled] { background-color: #CE2A2A; } +.error p:last-of-type { + padding: .5em; +} + .error p:last-of-type, .error ul:last-of-type { margin-bottom: 0;