Commit d8ace6c3 by Kyle Fiedler

added styles for tutorial headers and removing extra padding on bottom sequence nav

parent 6ebb521d
...@@ -2811,7 +2811,7 @@ div.course-wrapper section.course-content ol.vert-mod > li { ...@@ -2811,7 +2811,7 @@ div.course-wrapper section.course-content ol.vert-mod > li {
margin-bottom: 15px; margin-bottom: 15px;
padding: 0 0 15px; } padding: 0 0 15px; }
div.course-wrapper section.course-content ol.vert-mod > li header { div.course-wrapper section.course-content ol.vert-mod > li header {
margin-bottom: 0; } margin-bottom: -16px; }
div.course-wrapper section.course-content ol.vert-mod > li header h1 { div.course-wrapper section.course-content ol.vert-mod > li header h1 {
margin: 0; } margin: 0; }
div.course-wrapper section.course-content ol.vert-mod > li header h2 { div.course-wrapper section.course-content ol.vert-mod > li header h2 {
...@@ -3761,6 +3761,7 @@ section.course-content nav.sequence-bottom { ...@@ -3761,6 +3761,7 @@ section.course-content nav.sequence-bottom {
text-align: center; } text-align: center; }
section.course-content nav.sequence-bottom ul { section.course-content nav.sequence-bottom ul {
background-color: #f2e7bf; background-color: #f2e7bf;
padding: 0 !important;
background-color: #f2e7bf; background-color: #f2e7bf;
border: 1px solid #e4d080; border: 1px solid #e4d080;
-webkit-border-radius: 3px; -webkit-border-radius: 3px;
......
...@@ -172,7 +172,7 @@ div.course-wrapper { ...@@ -172,7 +172,7 @@ div.course-wrapper {
header { header {
@extend h1.top-header; @extend h1.top-header;
margin-bottom: 0; margin-bottom: -16px;
h1 { h1 {
margin: 0; margin: 0;
......
...@@ -244,6 +244,7 @@ section.course-content { ...@@ -244,6 +244,7 @@ section.course-content {
ul { ul {
@extend .clearfix; @extend .clearfix;
background-color: darken(#F6EFD4, 5%); background-color: darken(#F6EFD4, 5%);
padding: 0 !important;
background-color: darken($cream, 5%); background-color: darken($cream, 5%);
border: 1px solid darken(#f6efd4, 20%); border: 1px solid darken(#f6efd4, 20%);
@include border-radius(3px); @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