diff --git a/common/lib/xmodule/xmodule/css/sequence/display.scss b/common/lib/xmodule/xmodule/css/sequence/display.scss index ed09d5cf0f..5fa7e0196b 100644 --- a/common/lib/xmodule/xmodule/css/sequence/display.scss +++ b/common/lib/xmodule/xmodule/css/sequence/display.scss @@ -166,7 +166,6 @@ nav.sequence-nav { p { background: #333; color: #fff; - display: none; font-family: $sans-serif; line-height: lh(); left: 0px; diff --git a/lms/templates/seq_module.html b/lms/templates/seq_module.html index 8b94ff5658..f372d495ca 100644 --- a/lms/templates/seq_module.html +++ b/lms/templates/seq_module.html @@ -16,7 +16,7 @@ data-id="${item['id']}" data-element="${idx+1}" href="javascript:void(0);"> -
${item['title']}
+${item['title']}, ${item['type']}
% endfor