From e6860ca5ccbeec968c01e561c54c4664dc7e1e78 Mon Sep 17 00:00:00 2001 From: Brian Canini <canini.16@osu.edu> Date: Thu, 19 Mar 2020 15:21:52 -0400 Subject: [PATCH] adding padding to buckeye alert --- web/modules/custom/buckeye-alert-master/css/buckeye-alert.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/modules/custom/buckeye-alert-master/css/buckeye-alert.css b/web/modules/custom/buckeye-alert-master/css/buckeye-alert.css index 2eedfb15b2..77cbdc71d4 100755 --- a/web/modules/custom/buckeye-alert-master/css/buckeye-alert.css +++ b/web/modules/custom/buckeye-alert-master/css/buckeye-alert.css @@ -3,7 +3,7 @@ /* Buckeye Alert */ #buckeye_alert {background:#900; color:#fff; margin: 0; padding:0; display:none; font-family:Arial,sans-serif; font-weight: 700;} #buckeye_alert h3 {color:#fff; padding:.5em 0 0 0; margin-bottom:0;} -#buckeye_alert p {padding:0.8em 0; margin:0; color: #fff;} +#buckeye_alert p {padding:0.8em 0.5em; margin:0; color: #fff;} #buckeye_alert a {color:#fff; text-decoration:underline;} #buckeye_alert_msg p {font-size:1.1em;} -- GitLab