Fix subtitle scroll and hide subtitle transition

This commit is contained in:
Prem Sichanugrist
2012-06-04 15:25:49 -04:00
parent 6f9870f75f
commit c380bd82aa

View File

@@ -368,7 +368,6 @@ section.course-content {
cursor: pointer;
margin-bottom: 8px;
padding: 0;
@include transition(all, .5s, ease-in);
&.current {
color: #333;
@@ -393,7 +392,6 @@ section.course-content {
}
ol.subtitles {
height: 0;
width: 0px;
}
}
@@ -415,7 +413,6 @@ section.course-content {
&.closed {
ol.subtitles {
height: auto;
right: -(flex-grid(4));
width: auto;
}