From ea65a57931449a393eadce4042b005827bdeb523 Mon Sep 17 00:00:00 2001 From: Kyle Fiedler Date: Mon, 13 Feb 2012 17:32:00 -0500 Subject: [PATCH] Fixed header clashing with button --HG-- branch : static-close_sidebar --- css/application.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/application.css b/css/application.css index 8a855bb160..148d864540 100644 --- a/css/application.css +++ b/css/application.css @@ -800,6 +800,8 @@ div.course-wrapper section.course-index { box-shadow: 0 1px 0 #eeeeee; border-bottom: 1px solid #d3d3d3; padding: 0 22.652px 4px; } + div.course-wrapper section.course-index div#open_close_accordion h2 { + padding-right: 20px; } div.course-wrapper section.course-index div#open_close_accordion a { width: 16px; text-indent: -9999px;