Highlight speed after clicked

--HG--
branch : kf-highlight-speed
This commit is contained in:
Kyle Fiedler
2012-03-01 17:41:07 -05:00
parent c4cebb4f15
commit 8ff948a753

View File

@@ -165,6 +165,10 @@ section.course-content {
li {
cursor: pointer;
@include inline-block();
&.active {
font-weight: bold;
}
}
}
}