From afeb41fcb912306ae2273b4e8e26708b687b599b Mon Sep 17 00:00:00 2001 From: onyxserpent Date: Thu, 9 Oct 2014 20:20:58 -0700 Subject: [PATCH] Reverting font weight changes --- app/assets/stylesheets/themes/default/pages/_matches.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/themes/default/pages/_matches.scss b/app/assets/stylesheets/themes/default/pages/_matches.scss index 7d9e40b..4b6f036 100644 --- a/app/assets/stylesheets/themes/default/pages/_matches.scss +++ b/app/assets/stylesheets/themes/default/pages/_matches.scss @@ -58,7 +58,7 @@ div#match { font-style: italic; text-transform: uppercase; padding-right: 10px; - font-weight: 400; + font-weight: bold; } .team-1, @@ -82,7 +82,7 @@ div#match { .versus { @include span-columns(2); position: relative; - font-weight: 400; + font-weight: bold; &.split:before { content: ""; @@ -105,7 +105,7 @@ div#match { top: 0; text-align: center; line-height: $title-height; - font-weight: 400; + font-weight: bold; } .score-1 {