Commit 97775532 by Kyle Fiedler

Added better styles for titles and removed some white spaces

parent 40de3294
...@@ -134,7 +134,7 @@ input, select { ...@@ -134,7 +134,7 @@ input, select {
display: table; display: table;
width: 100%; } width: 100%; }
h1.top-header, div.course-wrapper section.course-content h1, div.info-wrapper section.updates > h1, div.profile-wrapper section.course-info header, div.gradebook-wrapper section.gradebook-content h1, div.question-list-header { h1.top-header, div.info-wrapper section.updates > h1, div.profile-wrapper section.course-info header, div.gradebook-wrapper section.gradebook-content h1, div.question-list-header {
background: #f3f3f3; background: #f3f3f3;
border-bottom: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3;
margin: -22.652px -22.652px 22.652px; margin: -22.652px -22.652px 22.652px;
...@@ -2659,6 +2659,8 @@ body.courseware { ...@@ -2659,6 +2659,8 @@ body.courseware {
div.course-wrapper ul, div.course-wrapper ol { div.course-wrapper ul, div.course-wrapper ol {
list-style: none; } list-style: none; }
div.course-wrapper section.course-content h1 {
margin: 0 0 22.652px; }
div.course-wrapper section.course-content p { div.course-wrapper section.course-content p {
margin-bottom: 22.652px; } margin-bottom: 22.652px; }
div.course-wrapper section.course-content p:empty { div.course-wrapper section.course-content p:empty {
......
...@@ -19,7 +19,7 @@ div.course-wrapper { ...@@ -19,7 +19,7 @@ div.course-wrapper {
@extend .content; @extend .content;
h1 { h1 {
@extend .top-header; margin: 0 0 lh();
} }
p { p {
......
% if name is not UNDEFINED and name != None: % if name is not UNDEFINED and name != None:
<h1> ${name} </h1> <h1> ${name} </h1>
% endif % endif
......
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