FIX elements position
This commit is contained in:
parent
ab14d469dd
commit
356a458bd1
|
|
@ -40,7 +40,6 @@
|
|||
<?= mb_substr(Markdown::getClear($item->text), 0, 400, 'UTF-8') ?>…
|
||||
<a href="/article/<?= $item->id ?>">>>></a>
|
||||
<a href="/user/<?= $item->author ?>" style="float: right;"><?= $item->authorUser->nick ?></a>
|
||||
<div style="clear: both;"></div>
|
||||
</div>
|
||||
<?php endforeach;?>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ body div.header {display: none;}
|
|||
div.container {background-color: rgba(255,255,255, 0.8);margin-top: -10px;padding-bottom: 0px;}
|
||||
div.container div.middleHeader {text-align: center; padding-top: 10px;}
|
||||
div.container div.middleHeader img{height: 100px;}
|
||||
div.container div.elements div.element {margin: 3px; padding: 3px;}
|
||||
div.container div.elements div.element {margin: 3px; padding: 3px; display: inline-block;}
|
||||
div.container div.elements div.element img{width: 200px; float: left; margin: 0 10px 5px 0;}
|
||||
|
||||
div.darkFooter {background-color: #333; color: #fff; margin-bottom: 0px; padding-bottom: 30px; padding-top: 10px;}
|
||||
|
|
|
|||
Loading…
Reference in New Issue