web: small cosmetic change to node headers
This commit is contained in:
parent
72c99aae78
commit
61d3e75856
|
@ -35,6 +35,8 @@
|
|||
<div class="content clear-block">
|
||||
<?php if (isset($flukso_node_author)): ?>
|
||||
<div class="node-author"><?php print $flukso_node_author; ?></div>
|
||||
<?php else: ?>
|
||||
<div class="node-author">'</div>
|
||||
<?php endif; ?>
|
||||
<?php print $picture; ?>
|
||||
<?php print $content; ?>
|
||||
|
|
|
@ -267,7 +267,8 @@ h3.searchresult a:hover {
|
|||
}
|
||||
|
||||
.node .content p {
|
||||
margin: 0 0;
|
||||
margin: 1.5em 0;
|
||||
padding: 0em 2.6em;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue