From 70a14ffe919668afcdf260d900786ba44053e18e Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Thu, 13 Aug 2015 16:36:10 -0400 Subject: [PATCH] remove list margin and padding on cards lists --- .../common/templates/components/paginated-view.underscore | 2 +- lms/static/sass/views/_teams.scss | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/common/static/common/templates/components/paginated-view.underscore b/common/static/common/templates/components/paginated-view.underscore index 7a01eff6a5..55f161b55a 100644 --- a/common/static/common/templates/components/paginated-view.underscore +++ b/common/static/common/templates/components/paginated-view.underscore @@ -1,4 +1,4 @@
- + diff --git a/lms/static/sass/views/_teams.scss b/lms/static/sass/views/_teams.scss index 00abcf995a..c19314f2be 100644 --- a/lms/static/sass/views/_teams.scss +++ b/lms/static/sass/views/_teams.scss @@ -173,6 +173,12 @@ } } + // reset general ul styles + .cards-list { + margin: 0; + padding: 0; + } + .card { @include clearfix(); transition: all $tmg-f2 ease-in-out;