fixed list items in html in the courseware

This commit is contained in:
Kyle Fiedler
2012-09-05 15:54:37 -04:00
parent d3cd85d81f
commit 54caa320ef

View File

@@ -6,10 +6,6 @@ html {
div.course-wrapper {
@extend .table-wrapper;
ul, ol {
list-style: none;
}
section.course-content {
@extend .content;
padding: 40px;
@@ -47,6 +43,7 @@ div.course-wrapper {
padding: 0;
margin: 0;
line-height: 1.4;
list-style: none;
> li {
@extend .clearfix;