Commit 9e8f2010 by Kyle Fiedler

added styles for ol in html units

parent 82023f6b
...@@ -12,7 +12,11 @@ div.course-wrapper { ...@@ -12,7 +12,11 @@ div.course-wrapper {
@extend .table-wrapper; @extend .table-wrapper;
ul, ol { ul, ol {
list-style: none; padding-left: lh();
li {
margin-bottom: lh(.5);
}
} }
section.course-content { section.course-content {
...@@ -32,12 +36,6 @@ div.course-wrapper { ...@@ -32,12 +36,6 @@ div.course-wrapper {
} }
} }
ul {
li {
margin-bottom: lh(.5);
}
}
div#seq_content { div#seq_content {
h1 { h1 {
background: none; background: none;
...@@ -48,6 +46,9 @@ div.course-wrapper { ...@@ -48,6 +46,9 @@ div.course-wrapper {
} }
ol.vert-mod { ol.vert-mod {
list-style: none;
padding-left: 0;
> li { > li {
@extend .clearfix; @extend .clearfix;
@extend .problem-set; @extend .problem-set;
...@@ -85,10 +86,6 @@ div.course-wrapper { ...@@ -85,10 +86,6 @@ div.course-wrapper {
height: 150px; height: 150px;
} }
ul {
list-style: disc outside none;
padding-left: 1em;
}
nav.sequence-bottom { nav.sequence-bottom {
ul { ul {
......
...@@ -53,7 +53,6 @@ section.problem-set { ...@@ -53,7 +53,6 @@ section.problem-set {
} }
} }
div { div {
p.status { p.status {
text-indent: -9999px; text-indent: -9999px;
......
...@@ -442,6 +442,8 @@ section.course-content { ...@@ -442,6 +442,8 @@ section.course-content {
max-height: 460px; max-height: 460px;
overflow: auto; overflow: auto;
width: flex-grid(3, 9); width: flex-grid(3, 9);
padding-left: 0;
list-style: none;
li { li {
border: 0; border: 0;
......
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