Commit 4426801c by dragonfi

Fixes for css styling of the shared header

parent 30781d01
.mentoring .title * {
display: inline-block;
.mentoring .title .shared-header {
margin: 1em 0em;
}
.mentoring .messages {
......
......@@ -7,7 +7,7 @@
{% if self.title or self.header %}
<div class="title">
{% if self.title %} <h2 class="main">{{ self.title.content }}</h2> {% endif %}
{% if self.header %} <div class="header">{{ self.header.content|safe }}</div> {% endif %}
{% if self.header %} <div class="shared-header">{{ self.header.content|safe }}</div> {% endif %}
</div>
{% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment