From afc07aa27bf561839aba770f48e6ef63070c7cf0 Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Sat, 29 Jul 2017 16:46:55 -0700 Subject: [PATCH] update h4 header styling for roomheader --- templates/confreg/schedule.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/confreg/schedule.html b/templates/confreg/schedule.html index bb7610f..a5bbe6e 100644 --- a/templates/confreg/schedule.html +++ b/templates/confreg/schedule.html @@ -17,10 +17,10 @@ div.sessblock { } div.roomheader { - font-weight: bold; - font-size: 1.2em; - top: 0px; + font-weight: 700; text-align: center; + font-size: 1.1em; + line-height: 1.5em; } div.sessblock a { text-decoration: none; -- 2.39.5