adding bold

pull/1/head
Jared Cosulich 9 years ago
parent d9005797a4
commit ab6cefd055

@ -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

@ -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

Loading…
Cancel
Save