diff options
author | MaZderMind | 2016-12-20 23:44:46 +0100 |
---|---|---|
committer | MaZderMind | 2016-12-20 23:44:46 +0100 |
commit | d0472453e1ab95fc526ed201b747758461ee4927 (patch) | |
tree | 144b0bdfef18e0e503fa732bfd1806d2cd745117 /template | |
parent | 4352766fca1a60acd02511844c00ef2d06ddd0d3 (diff) |
style headlines
Diffstat (limited to 'template')
-rw-r--r-- | template/overview.phtml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/template/overview.phtml b/template/overview.phtml index 39cca02..bbb9568 100644 --- a/template/overview.phtml +++ b/template/overview.phtml @@ -1,17 +1,11 @@ <? include("$assemblies/banner.phtml") ?> <div class="container"> - <div class="row headline"> - <div class="col-xs-12"> - <h1><?=h($title)?></h1> - </div> - </div> - <? $i = 0; foreach($overview->getGroups() as $group => $rooms): ?> <? if($group): ?> <div class="row"> <div class="col-xs-12"> - <h2><?=h($group)?></h2> + <h2><span><?=h($group)?></span></h2> </div> </div> <? endif ?> @@ -111,7 +105,7 @@ <div class="row recordings"> <div class="col-xs-12"> - <h2>Recordings</h2> + <h2><span>Recordings</span></h2> </div> <? if($conference->hasReleases()): ?> |