studio - nav revamp: added in dynamic course org and number to header

This commit is contained in:
Brian Talbot
2013-02-12 14:22:42 -05:00
parent c9c026be62
commit 540710f553
2 changed files with 6 additions and 4 deletions

View File

@@ -109,15 +109,17 @@
width: 1px;
}
.course-number, .course-title {
display: block;
.course-org {
margin-right: ($baseline/4);
}
.course-number {
.course-number, .course-org {
@include font-size(12);
display: inline-block;
}
.course-title {
display: block;
width: 100%;
max-width: 220px;
overflow: hidden;