Copying font weight changes

This commit is contained in:
onyxserpent 2014-09-29 18:16:15 -07:00
parent 1d44a298ef
commit 7e34d18134

View file

@ -58,7 +58,7 @@ div#match {
font-style: italic; font-style: italic;
text-transform: uppercase; text-transform: uppercase;
padding-right: 10px; padding-right: 10px;
font-weight: bold; font-weight: 400;
} }
.team-1, .team-1,
@ -82,7 +82,7 @@ div#match {
.versus { .versus {
@include span-columns(2); @include span-columns(2);
position: relative; position: relative;
font-weight: bold; font-weight: 400;
&.split:before { &.split:before {
content: ""; content: "";
@ -105,7 +105,7 @@ div#match {
top: 0; top: 0;
text-align: center; text-align: center;
line-height: $title-height; line-height: $title-height;
font-weight: bold; font-weight: 400;
} }
.score-1 { .score-1 {