diff --git a/src/Foundation.hs b/src/Foundation.hs index 9373de9f8..70c4327a5 100644 --- a/src/Foundation.hs +++ b/src/Foundation.hs @@ -467,7 +467,7 @@ instance Yesod UniWorX where $(widgetFile "standalone/showHide") $(widgetFile "standalone/inputs") withUrlRenderer $(hamletFile "templates/default-layout-wrapper.hamlet") - + -- The page to be redirected to when authentication is required. authRoute _ = Just $ AuthR LoginR diff --git a/static/css/tabber.css b/static/css/tabber.css index f768f6f24..6f823b410 100644 --- a/static/css/tabber.css +++ b/static/css/tabber.css @@ -1,8 +1,6 @@ .tab-group { - /* box-shadow: 0 0 0 18px white, 0 0 0 20px #b3b7c1; */ border-top: 2px solid #dcdcdc; padding-top: 30px; - margin-top: 40px; } .tab-group-openers { diff --git a/templates/course.hamlet b/templates/course.hamlet index 7d50e73ec..f1db6a0a7 100644 --- a/templates/course.hamlet +++ b/templates/course.hamlet @@ -68,11 +68,7 @@