From ab6cefd0554cb50accb8da3140c29da89af5855c Mon Sep 17 00:00:00 2001 From: Jared Cosulich Date: Thu, 2 Mar 2017 09:29:14 -0500 Subject: [PATCH] adding bold --- app/views/layouts/application.html.haml | 2 +- app/views/schools/show.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml index 42479355..43347765 100644 --- a/app/views/layouts/application.html.haml +++ b/app/views/layouts/application.html.haml @@ -5,7 +5,7 @@ %title EdContext = csrf_meta_tags = stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' - = stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Roboto:300' + = stylesheet_link_tag 'https://fonts.googleapis.com/css?family=Roboto:300,700' = javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %body .container diff --git a/app/views/schools/show.html.haml b/app/views/schools/show.html.haml index f890c782..ac2c0011 100644 --- a/app/views/schools/show.html.haml +++ b/app/views/schools/show.html.haml @@ -19,7 +19,7 @@ %h4 School Recipients %table{style: 'width: 100%;'} %tbody - %thead + %thead{style: 'font-weight: bold;'} %th Name %th Phone %th{colspan: 2} Actions