Commit 8c9fd8ad by Kyle Fiedler

Fixed some of the minor css bugs

parent 2a74cf8b
......@@ -2827,6 +2827,9 @@ div.course-wrapper section.course-content ol.vert-mod > li:last-child {
div.course-wrapper section.course-content ol.vert-mod > li ul {
list-style: disc outside none;
padding-left: 1em; }
div.course-wrapper section.course-content ol.vert-mod > li nav.sequence-bottom ul {
list-style: none;
padding: 0; }
div.course-wrapper section.course-content section.tutorials h2 {
margin-bottom: 22.652px; }
div.course-wrapper section.course-content section.tutorials ul {
......@@ -3761,7 +3764,6 @@ section.course-content nav.sequence-bottom {
text-align: center; }
section.course-content nav.sequence-bottom ul {
background-color: #f2e7bf;
padding: 0 !important;
background-color: #f2e7bf;
border: 1px solid #e4d080;
-webkit-border-radius: 3px;
......
......@@ -193,10 +193,18 @@ div.course-wrapper {
padding-bottom: 0;
}
ul {
list-style: disc outside none;
padding-left: 1em;
}
nav.sequence-bottom {
ul {
list-style: none;
padding: 0;
}
}
}
}
......
......@@ -244,7 +244,6 @@ section.course-content {
ul {
@extend .clearfix;
background-color: darken(#F6EFD4, 5%);
padding: 0 !important;
background-color: darken($cream, 5%);
border: 1px solid darken(#f6efd4, 20%);
@include border-radius(3px);
......
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