Reverting font weight changes

This commit is contained in:
onyxserpent 2014-10-09 20:20:58 -07:00
parent 16c6473037
commit afeb41fcb9

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: 400; font-weight: bold;
} }
.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: 400; font-weight: bold;
&.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: 400; font-weight: bold;
} }
.score-1 { .score-1 {