Merge branch 'master' of github.com:MITx/mitx
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user