bee73d3a28
- Use more compact agenda on projector (reduce line height) - Fixed sorting of motions and limit motion title lenght in recommendation dropdown menu. - Improved CSS for using tables in topic text (site and projector).
5 lines
200 B
HTML
5 lines
200 B
HTML
<div ng-controller="SlideTopicCtrl" class="content scrollcontent">
|
|
<h1>{{ topic.agenda_item.getTitle() }}</h1>
|
|
<div ng-bind-html="topic.text | trusted" class="zoomcontent topictext"></div>
|
|
</div>
|