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