From 8161bcec548394aff722f3e571a5b779edd82d8b Mon Sep 17 00:00:00 2001 From: Frances Hocutt Date: Fri, 18 Dec 2015 16:30:12 -0800 Subject: [PATCH] Fix CSS margin to match other boxes --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index cb0fa11..5ff70b9 100644 --- a/static/style.css +++ b/static/style.css @@ -65,7 +65,7 @@ div#info-box { div#turnitin-container { padding: 5px 10px; - margin: 15px 10px 10px 5px; + margin: 15px 5px 10px 5px; } div#turnitin-title {