Studio: revises nav display issue by re-scoping poor Updates Sass rules

This commit is contained in:
Brian Talbot
2013-07-12 17:24:04 -04:00
parent f9f0d9ccf6
commit a2ac5c87db
2 changed files with 6 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
<a href="#" class="edit-button"><span class="edit-icon"></span>Edit</a>
<h2>Course Handouts</h2>
<h2 class="title">Course Handouts</h2>
<%if (model.get('data') != null) { %>
<div class="handouts-content">
<%= model.get('data') %>

View File

@@ -2,12 +2,6 @@
// ====================
body.course.updates {
h2 {
margin-bottom: 24px;
font-size: 22px;
font-weight: 300;
}
.course-info-wrapper {
display: table;
@@ -180,9 +174,10 @@ body.course.updates {
border-left: none;
background: $lightGrey;
h2 {
font-size: 18px;
font-weight: 700;
.title {
margin-bottom: 24px;
font-size: 22px;
font-weight: 300;
}
.edit-button {
@@ -220,4 +215,4 @@ body.course.updates {
textarea {
height: 300px;
}
}
}