Commit 4426801c by dragonfi

Fixes for css styling of the shared header

parent 30781d01
.mentoring .title * { .mentoring .title .shared-header {
display: inline-block; margin: 1em 0em;
} }
.mentoring .messages { .mentoring .messages {
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
{% if self.title or self.header %} {% if self.title or self.header %}
<div class="title"> <div class="title">
{% if self.title %} <h2 class="main">{{ self.title.content }}</h2> {% endif %} {% 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> </div>
{% endif %} {% 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