Added color to span and removed width from bottom sequence navigation
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user