mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
adding bold
This commit is contained in:
parent
d9005797a4
commit
ab6cefd055
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue