Commit 26b49c8b by Dave St.Germain

Merge pull request #2884 from edx/dcs/fix-update-css

Fixed course update css to match changed tags
parents 2a149a8b a6977bae
...@@ -12,15 +12,15 @@ div.info-wrapper { ...@@ -12,15 +12,15 @@ div.info-wrapper {
margin-bottom: lh(); margin-bottom: lh();
} }
> ol { > ol,section {
list-style: none; list-style: none;
margin-bottom: lh(); margin-bottom: lh();
padding-left: 0; padding-left: 0;
> li { > li,article {
@extend .clearfix; @extend .clearfix;
border-bottom: 1px solid lighten($border-color, 10%); border-bottom: 1px solid lighten($border-color, 10%);
list-style-type: disk; list-style-type: none;
margin-bottom: lh(1.5); margin-bottom: lh(1.5);
padding-bottom: lh(.75); padding-bottom: lh(.75);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment