From 60d6892db28dd9c9d4efc7d0c19e694e9cf7a69d Mon Sep 17 00:00:00 2001 From: Charles Connell Date: Mon, 23 Dec 2013 18:43:10 -0500 Subject: [PATCH] Give notes without zoom buttons a little more space --- karmaworld/assets/css/note_course_pages.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/karmaworld/assets/css/note_course_pages.css b/karmaworld/assets/css/note_course_pages.css index 694c2f9..a39868c 100644 --- a/karmaworld/assets/css/note_course_pages.css +++ b/karmaworld/assets/css/note_course_pages.css @@ -3,6 +3,7 @@ #note_header { padding-bottom: 20px; + margin-bottom: 20px; } #note_content, #course_content, #school_content @@ -77,8 +78,7 @@ } #zoom-buttons { - padding-bottom: 20px; - padding-top: 20px + margin-bottom: 20px; } .zoom-button { -- 2.25.1