Skip to content
Snippets Groups Projects
Commit a6977bae authored by Dave St.Germain's avatar Dave St.Germain
Browse files

Fixed course update css to match changed tags

parent 08ed1c54
No related merge requests found
......@@ -12,15 +12,15 @@ div.info-wrapper {
margin-bottom: lh();
}
> ol {
> ol,section {
list-style: none;
margin-bottom: lh();
padding-left: 0;
> li {
> li,article {
@extend .clearfix;
border-bottom: 1px solid lighten($border-color, 10%);
list-style-type: disk;
list-style-type: none;
margin-bottom: lh(1.5);
padding-bottom: lh(.75);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment