changed en_ettente display

This commit is contained in:
2017-03-03 18:01:17 +01:00
parent 530ac38275
commit 78af1ca4c8
3 changed files with 4 additions and 3 deletions
@@ -287,7 +287,8 @@ input {
top: -170px; } top: -170px; }
.node-thematique > h2 span.date { .node-thematique > h2 span.date {
font-size: 0.3em; font-size: 0.3em;
font-weight: 600; } font-weight: 600;
display: block; }
.node-thematique .content { .node-thematique .content {
letter-spacing: -0.25em; } letter-spacing: -0.25em; }
.node-thematique .content > * { .node-thematique .content > * {
@@ -403,7 +403,7 @@ $header_height_large:400px;
span.date{ span.date{
font-size: 0.3em; font-size: 0.3em;
font-weight: 600; font-weight: 600;
// display: block; display: block;
// color: #000; // color: #000;
} }
} }
@@ -89,12 +89,12 @@
<?php if ($anchor_target): ?> <?php if ($anchor_target): ?>
<span class="target" id="<?php print $anchor_target; ?>"></span> <span class="target" id="<?php print $anchor_target; ?>"></span>
<?php endif; ?> <?php endif; ?>
<?php print $title; ?>
<?php if ($wf_stamp): ?> <?php if ($wf_stamp): ?>
<span class="date"> <span class="date">
<?php print format_date($wf_stamp, 'custom', "d F Y"); ?> <?php print format_date($wf_stamp, 'custom', "d F Y"); ?>
</span> </span>
<?php endif; ?> <?php endif; ?>
<?php print $title; ?>
</h2> </h2>
<?php endif; ?> <?php endif; ?>