Commit caadfd49 by kimth

Merge pull request #693 from MITx/bug/kfiedler/small-bugs

Added color to span and removed width from bottom sequence navigation
parents 2e34c4ae 8fa8450f
......@@ -297,7 +297,6 @@ nav.sequence-bottom {
ul {
@extend .clearfix;
@include inline-block();
width: 103px;
li {
float: left;
......
......@@ -43,6 +43,7 @@ p {
span {
font: normal 1em/1.6em $sans-serif;
color: $base-font-color;
}
/* Fix for CodeMirror: prevent top-level span from affecting deeply-embedded span in CodeMirror */
.CodeMirror span {
......
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