Added color to span and removed width from bottom sequence navigation

This commit is contained in:
Kyle Fiedler
2012-09-14 16:13:37 -04:00
parent 2e34c4ae5c
commit 8fa8450fbf
2 changed files with 1 additions and 1 deletions

View File

@@ -297,7 +297,6 @@ nav.sequence-bottom {
ul {
@extend .clearfix;
@include inline-block();
width: 103px;
li {
float: left;

View File

@@ -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 {