diff options
author | MaZderMind | 2014-12-23 11:15:37 +0100 |
---|---|---|
committer | MaZderMind | 2014-12-23 11:15:37 +0100 |
commit | c75a5565ef2e61f06e44a08277981d96ea175c0d (patch) | |
tree | 4d159ba1bf5f309fe27480dd5bf7426b403b880d /template/rooms.phtml | |
parent | 96fae0eb5bbe000cf5cc263c95da296c367d7bb6 (diff) |
more startpage styling
Diffstat (limited to 'template/rooms.phtml')
-rw-r--r-- | template/rooms.phtml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/rooms.phtml b/template/rooms.phtml index 2d4b3b7..808e536 100644 --- a/template/rooms.phtml +++ b/template/rooms.phtml @@ -8,14 +8,15 @@ <ul class="row"> <? foreach(array('saal1', 'saal2', 'saalg', 'saal6') as $room): ?> - <li class="<?=h($room)?> col-sm-6"> + <li class="<?=h($room)?> col-md-6 col-sm-12"> <a href="<?=h(link_room($room))?>"> + <img class="teaser" src="assets/img/rooms/<?=h($room)?>.png" alt="" width="213" height="120" /> <div class="title"><?=h($rooms[$room])?></div> <div class="program-teaser"> <span class="current-talk hidden"> - <strong>Current Talk:</strong> + <strong>Now:</strong> <span class="t">none</span> </span> |